Unofficial PyTorch implementation of BlazeFace
pip install git+https://github.com/tkat0/PyTorch_BlazeFaceimport torch
from blazeface import BlazeFace
x = torch.randn(1, 3, 128, 128)
model = BlazeFace()
h = model(x)| Name | Name | Last commit date | ||
|---|---|---|---|---|
Unofficial PyTorch implementation of BlazeFace
pip install git+https://github.com/tkat0/PyTorch_BlazeFaceimport torch
from blazeface import BlazeFace
x = torch.randn(1, 3, 128, 128)
model = BlazeFace()
h = model(x)