-
Notifications
You must be signed in to change notification settings - Fork 441
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 detect nothing when using my own dataset to train. #96
Comments
I have the same problem, too. Did you solve it? |
I haven't solved the error yet. My training process is also normal but I can't detect anything. |
the loss layer in the training file seems to be wrong,so training on your your dataset can't work |
Thank you for your reply. Did you train on your own dataset successfully? Could you tell me how to rectify the loss function? |
I trained it on the pascal_voc dataset without yolo_small.ckpt, and still can't detect anything, too. |
I have the same problem.Did anybody solve it?Or it means that i must use yolo_small.ckpt? |
I found the reason!when i review the origin paper of yolo,i found that the auther pretrain the first 20 convonlutional layers on the ImageNet 1000-class dataset. So i pretrain the first conv-layers on another classification dataset(because i have no imagenet dateset),then train the whole network. Finally, it can detect things correctly! In short, if you want to train yolo from scratch, you should pretrain the first 20 conv-layers with a classification task |
I trained on my own dataset and replaced the yolo_small.ckpt with data,meta and index files, but no objects could be detected.(好桑心) Does anyone know what I should do?Thank you!!!
The text was updated successfully, but these errors were encountered: