Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.51 KB

README.md

File metadata and controls

47 lines (39 loc) · 1.51 KB

RetinaNet

This is a tensorflow implementation for the paper Focal Loss for Dense Object Detection by FACEBOOK AI Research which is shortened as RetinaNet

References:

TO DO :

Requirements:

keras
tensorflow>=1.4.1
bunch

Usage :

  chmod 777 get_dependencies.sh
  ./get_dependencies.sh
  chmod 777 run.sh
  ./run.sh

Results:

Results on VOC :

Results on COCO :

Results on Kitti :

Other Implementations :

Pytorch

Tensorflow

Mxnet

Caffe