-
Notifications
You must be signed in to change notification settings - Fork 165
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
yml problem #83
Comments
Seems I forget update the relative config files and pretrained model file. But an example yml can be find at here: https://github.com/ShuangXieIrene/ssds.pytorch/blob/master/experiments/cfgs/tests/test.yml. You can check the config document for this lib at here: https://foreveryounggithub.github.io/ssds.doc/config.html. Let me know if you still have any problem |
Thank you for your reply, the new version of yml is different from the old version of yml, I also looked at config.html, but please forgive me still do not know how to set such as SIZES or ASPECT_RATIOS, and so on, if you can add a few more yml examples, I will thank you very much, I need yolov3 / v2 +mobilenetv2 yml. |
Hi all, First of all thank you for providing an implementation of that many detectors / architectures! I'm having the same issue figuring out what values should be filled in the FEATURE_LAYER configuration parameter. I'm trying to train mobilenetv1/2 + yolov3. Thank you for the help! |
Hello, I would like to replace FEATURE_LAYER yml, how to determine the FEATURE_LAYER profile, such as yolov3 and mobilenetv3
The text was updated successfully, but these errors were encountered: