Tensorflow implement of RetinaNet
details about code structure and how to use in usage.doc
I use tensorflow's official weight, You can choose resnet weight or coco trained RetinaNet. Donwload them.
1.multigpu training
2.data augmentation(random crop/flip/rotate/color augment...)
13fps/s in RTX2060.
eval map(pretrained resnet50):~0.73 in voc07 (test) and trained in voc12(train+val)+voc07(train + val)
eval map(coco pretrained):~0.81 in voc07 (test) and trained in voc12(train+val)+voc07(train + val)
Batch size:4
data augmentation: flip
1.Tensorflow object API
2.Latter, I will put on them...