Skip to content

VishwasLathi/BlazeFace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazeFace

The code contains fully implemented SDD detection framework with BlazeFace network as the backbone. Currently, the code is taking random inputs in the batches, this was done so as to check the  working of the architecture. Hence the all the files are complete in their implementation except utils.py, which is to be modified according to a particular dataset.

network.py contains the implementation of the BlazeFace architecture.
loss.py contains the implementation of smooth l1 loss.
main.py contains the main training loop.
utils.py contains utility functions for parsing the dataset and creating the inputs and targets for the network.

Requirements:
python 3.6
tensorflow 1.14.0
numpy
cv2
Pillow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages