tensorflow / tensorflow/models
different mAP for ssd_mobilenet_v2_fpnlite_320x320_coco17 after training from scratch
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
Prerequisites
Please answer the following question for yourself before submitting an issue.
- [ y] I checked to make sure that this issue has not been filed already.
1. The entire URL of the documentation with the issue
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.