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

create annotations #277

Open
hrshovon opened this issue Jun 10, 2017 · 5 comments
Open

create annotations #277

hrshovon opened this issue Jun 10, 2017 · 5 comments

Comments

@hrshovon
Copy link

hrshovon commented Jun 10, 2017

I am new to yolo.
I am trying to train a model to detect numbers in a image. I am using MNIST dataset.
So far I have a folder called training data where the 28x28 images are in their respective folders(like all images of 5 are in folder named 5 etc.)
I have created a labels.txt file which contains list of classes(0 to 9)
I have copied tiny-yolo.cfg in my folder and modified classes and filters variables.
Now what to do about annotations.How do I create that file and how do I initiate the weight file?

@bauerzhou
Copy link

I used labelImg to label my own dataset.

@wendq86
Copy link

wendq86 commented Jun 11, 2017

I organised my images and annotations the same way as the Pascal VOC dataset and used labelImg for generating the annotation file for each image. You can load the weight file via the option --load bin/yolo-tiny.weights

@jubjamie
Copy link

I've been converting my own dataset format to VOC today and it's not too bad. But the above tool is great for starting from scratch with images! Nice find @bauerzhou

@hardikchauhan8
Copy link

hardikchauhan8 commented Jan 9, 2018

How can I create Annotation xmls,
can anyone help me with this?

@finvernizzi
Copy link

finvernizzi commented Jan 20, 2018

labelimg directly generates the XMLs files you need

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

6 participants