smallcorgi / Faster-RCNN_TF

Faster-RCNN in Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-1 MAP on custom data-set

lipikak17 opened this issue · comments

Hey!

I trained the network for 5 epochs and the map for all classes were 0. Then I trained the network for another 5 epochs, and now it give -1 map for all classes, even though the final loss is 0.6078. Would any of you know what is going wrong? I am training on a custom data-set with 4 classes(3+1 for background). I made all the necessary changed according to the VOC data-set.

I would be really appreciate some help. Thank you!