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

The cfg file doesn't work. #1567

Closed
Frank-Dz opened this issue Nov 26, 2020 · 0 comments
Closed

The cfg file doesn't work. #1567

Frank-Dz opened this issue Nov 26, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@Frank-Dz
Copy link

Frank-Dz commented Nov 26, 2020

I want to train the network with 1 channel input and 4 classes.
I followed:

#192

Here, I modified the classes= 4. and change the filter. But my network still takes 3 channels until I set

    output_filters = [1]  # input channels

in model.py

Seems like the yolov3-spp.cfg does not make a difference for model creation.
If it is not the right way, how can we modify the training scheme to support 1 channel input and 4 classes?

@Frank-Dz Frank-Dz added the bug Something isn't working label Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant