PyTorch BlazeFace Save

Unofficial PyTorch implementation of BlazeFace

Project README

PyTorch_BlazeFace

Build Status

Unofficial PyTorch implementation of BlazeFace

Installation

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)

Paper

BlazeFace: Sub-millisecond Neural Face Detection on Mobile GPUs

[Project Page] [Original Implementation]

Open Source Agenda is not affiliated with "PyTorch BlazeFace" Project. README Source: tkat0/PyTorch_BlazeFace
Stars
314
Open Issues
5
Last Commit
5 months ago
License

Open Source Agenda Badge

Open Source Agenda Rating