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

Portability for custom dataset #25

Closed
ypoet opened this issue Jul 19, 2018 · 4 comments
Closed

Portability for custom dataset #25

ypoet opened this issue Jul 19, 2018 · 4 comments

Comments

@ypoet
Copy link

ypoet commented Jul 19, 2018

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!

@ypoet ypoet changed the title Portability for custom dataset? Portability for custom dataset Jul 19, 2018
@HiKapok
Copy link
Owner

HiKapok commented Jul 19, 2018

@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.

@ypoet
Copy link
Author

ypoet commented Jul 19, 2018

@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.)

@HiKapok
Copy link
Owner

HiKapok commented Jul 19, 2018

@yjy20170 yes, what's your problem?

@ypoet
Copy link
Author

ypoet commented Jul 19, 2018

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 ^^

@HiKapok HiKapok closed this as completed Jul 19, 2018
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