Skip to content

tkat0/PyTorch_BlazeFace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Unofficial PyTorch implementation of BlazeFace

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages