Skip to content
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

Open
QZ-cmd opened this issue Jan 22, 2021 · 3 comments
Open

yml problem #83

QZ-cmd opened this issue Jan 22, 2021 · 3 comments

Comments

@QZ-cmd
Copy link

QZ-cmd commented Jan 22, 2021

Hello, I would like to replace FEATURE_LAYER yml, how to determine the FEATURE_LAYER profile, such as yolov3 and mobilenetv3

@foreverYoungGitHub
Copy link
Collaborator

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

@QZ-cmd
Copy link
Author

QZ-cmd commented Feb 4, 2021

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.

@wiebevr
Copy link

wiebevr commented Mar 16, 2021

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.
What I've come up with now is
FEATURE_LAYER: [[0, 1, 2], [256, 512, 1024]]
with the reasoning that it needs the number of ouput channels for each feature layer that is used in the YOLO head, and from the code it seems there are only 3 feature layers in the mobilnetv1 implementation, hence the 0, 1, 2.
This doesn't work however, has anyone gotten this new version working?
An example configuration file could indeed be helpful!

Thank you for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants