-
Notifications
You must be signed in to change notification settings - Fork 153
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
Portability for custom dataset #25
Comments
@yjy20170 This repo was created with portability in my heart. You can either convert the annotations of your dataset to VOC format, or you can modify convert_tfrecords.py to adapt to your own format and then modidy the labels in dataset_common.py. It quite easy to adapt to your own dataset, read the codes in the above two files. |
@HiKapok Yes I have modified convert_tfrecords.py, then I just need to create a dict in "dataset_common.py" likes VOC_LABELS and change 'num_classes' in each file before training?(I can't run codes until tomorrow, so the questions might be naive.) |
@yjy20170 yes, what's your problem? |
no problem yet, I'm preparing to prevent problems, cause I can't connect my server now and tomorrow I won't have sufficient time...Thanks very much( and maybe see you tomorrow ^^ |
Hi! I have a dataset of only one class object. I attempted to use balancap's SSD-Tensorflow but meet a unsolvable trouble, so I have to look for a substitute. Is it easy to change your code for my dataset? What should I notice? Thanks in advance!
The text was updated successfully, but these errors were encountered: