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

Training on your own dataset #16

Open
tahanakabi opened this issue May 29, 2018 · 1 comment
Open

Training on your own dataset #16

tahanakabi opened this issue May 29, 2018 · 1 comment

Comments

@tahanakabi
Copy link

I have red the part where it's explained how to train the model using your own dataset. However, it doesn't tell how and where to put the training images.
There is a mention of the dataset here: flow --model cfg/tiny-yolo-voc-3c.cfg --load bin/tiny-yolo-voc.weights --train --annotation train/Annotations --dataset train/Images
but I don't know how the images should be organized with labels.
My training dataset is organized in folders each folder is named after the class of the images that it contains. Is there anyway I can use this code on such training dataset?

Thank you!

@saratrajput
Copy link

You are referring to weakly supervised object detection, where you localize objects in your image based on only image level labels. I suggest you look into that. This repo is useful if you are willing to hand-annotate your data with bounding boxes.

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

2 participants