Unofficial PyTorch implementation of BlazeFace
pip install git+https://github.com/tkat0/PyTorch_BlazeFace
import torch
from blazeface import BlazeFace
x = torch.randn(1, 3, 128, 128)
model = BlazeFace()
h = model(x)
Unofficial PyTorch implementation of BlazeFace
pip install git+https://github.com/tkat0/PyTorch_BlazeFace
import torch
from blazeface import BlazeFace
x = torch.randn(1, 3, 128, 128)
model = BlazeFace()
h = model(x)