tensorflow / models

Models and examples built with TensorFlow
Other
77.05k stars 45.77k forks source link

different mAP for ssd_mobilenet_v2_fpnlite_320x320_coco17 after training from scratch #10745

Open altair199797 opened 2 years ago

altair199797 commented 2 years ago

Prerequisites

Please answer the following question for yourself before submitting an issue.

1. The entire URL of the documentation with the issue

https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md

2. Describe the issue

I have retrained the model with: https://github.com/tensorflow/models/blob/master/research/object_detection/configs/tf2/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8.config

However I can't reach more than a mAP of 19%, compared to the mAP of 22.2 % reported on the modelzoo. I also trained on coco2017. The config file from above features a initial learning rate of 0.08, could that be too low? Or are the number of steps too few? Because in the config file the fine_tune_checkpoint attribute is still present.

dsnsabari commented 1 year ago

@tombstone, any updates on this issue?