-
Notifications
You must be signed in to change notification settings - Fork 59
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
I didn't get any detcted boxes after training new data #2
Comments
@anas-899 Yes, should be in .cfg:
If you get NAN when you training, or when you are trying to continue training from checkpoint: https://groups.google.com/forum/#!searchin/darknet/NAN|sort:relevance/darknet/-5DRax1SS2w/aDjRl15HEAAJ
|
@AlexeyAB I think the only way to success is by training over Linux |
I solved the saving weight issue. second: then the training on windows will save the weight correctly. |
@anas-899 Thank you! I added this fix to rep. |
I trained new data using "train_yolo" method,
I changed the 'CLASSNUM' in yolo.c and 'classes' in .cfg file
Then changed output in .cfg in [connected] based on this equation (5 * 2 + C) * S * S
after training 600 batches I tested the "yolo_600.weight" file and It didn't detect anything
I used same .cfg file of training for testing..
how many batches I should train until I start get any result?
is there any another steps I should made?
I even put "-thresh 0" and didn't get any box??
there is an article said that I should change CLS_NUM in yolo_kernels.cu as well .. but I didn't see this parameter?
The text was updated successfully, but these errors were encountered: