December 8, 2019

68 words 1 min read

tkat0/PyTorch_BlazeFace

tkat0/PyTorch_BlazeFace

Unofficial PyTorch implementation of BlazeFace

repo name tkat0/PyTorch_BlazeFace
repo link https://github.com/tkat0/PyTorch_BlazeFace
homepage
language Python
size (curr.) 16 kB
stars (curr.) 234
created 2019-06-20
license Apache License 2.0

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]

comments powered by Disqus