Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 786 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 786 Bytes

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