-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about SSD on VOC #38
Comments
Hello, Thanks for your attention to our work! There seems to be no problems in the config. Could you provide your output log for examination? |
2021-09-06 09:44:26,951 - mmdet - INFO - Environment info:sys.platform: linux
TorchVision: 0.7.0
|
Thanks, it seems normal. And how do you know that the number of labeled images increases by 2k but not 1k each cycle? Could you provide the shape of |
Sorry, I misunderstood that maximum iterations is the number of labeled images in training logs, e.g. I checked the shape of |
Yes, that's it. |
Excuse me. I would like to know whether your running result of SSD comparable to that in the paper. If so, how do you modify the code? Only the config file? Thanks. |
i meet the same question, and the parameters of my log file is same to the author'. Would you find the reason? |
Hello,
Thank you for sharing works!
I ran MIAOD_SSD.py config to reproduce the Figure 5(b) in the paper.
But, the number of labeled images increases by 2k (not 1k) each cycle.
The text was updated successfully, but these errors were encountered: