Skip to content

Training a RetinaNet model for face detection with Keras and Tensorflow 2.0. (Work in progress)

Notifications You must be signed in to change notification settings

BechirSellami/Face_detection_with_RetinaNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Face Detection with RetinaNet - work in progress

In this notebook, the goal is train a RetinaNet model with a ResNet-50 backbone on an extract from the FDDB dataset (Face Detection Data Set and Benchmark). RetinaNet is a popular single-stage detector; It uses a feature pyramid network to efficiently detect objects at multiple scales and introduces a new loss, the Focal loss function, to alleviate the problem of the extreme foreground-background class imbalance.

About

Training a RetinaNet model for face detection with Keras and Tensorflow 2.0. (Work in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published