Skip to content

DLforLife/RetinaNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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