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 own dataset #20

Open
discretecoder opened this issue Oct 28, 2019 · 2 comments
Open

Training on own dataset #20

discretecoder opened this issue Oct 28, 2019 · 2 comments

Comments

@discretecoder
Copy link

thanks for the great work, I wish to train the network on Berkeley deep drive dataset where we have 2d bounding boxes in json files.
what would be the steps? is there a data converter available? I am trying to get the dataset in pascal voc 2012 format

thanks

@SuzannaLin
Copy link

I am trying to do the same. Have you found a way to adjust the code?

@SuzannaLin
Copy link

What I did was convert the ground truth labels to .xml format, maintaining only the unique labels (not even including bounding box locations). Then, in the create cls_labels.py script, I changed the labels, but maintained the amount of 20 (just having empty labels). That worked for me.

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