FurkanOM / tf-faster-rcnn

Tensorflow 2 Faster-RCNN implementation from scratch supporting to the batch processing with MobileNetV2 and VGG16 backbones
Apache License 2.0
94 stars 61 forks source link

Training strategy #13

Open haoyuhsu opened 4 years ago

haoyuhsu commented 4 years ago

Hi, I'm now facing a problem when training on your code. I have trained about 37 epochs on PASCAL VOC 2007 trainval dataset directly, and it turns out no bounding box appeared on test image. I wonder what is your training procedure, for example, changing learning rate value or training RPN and Regression layers alternatively. Thanks a lot!!!

AlessandroZoia-dev commented 3 years ago

Can I ask you informations about your training strategy and mAp obtained after the training? Thank you very much!