DLforLife / RetinaNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 99.7%Language:Shell 0.3%