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

HOW to train my own dataset? #10

Open
MC1016 opened this issue Nov 7, 2020 · 1 comment
Open

HOW to train my own dataset? #10

MC1016 opened this issue Nov 7, 2020 · 1 comment

Comments

@MC1016
Copy link

MC1016 commented Nov 7, 2020

how i can use my own dataset like voc2007 which include train.txt test.txt?

@FurkanOM
Copy link
Owner

FurkanOM commented Nov 7, 2020

You can use custom datasets by creating your own data generator.
You can find examples of them in tensorflow tutorials.
You can also use the custom_data_generator I used for prediction as a starting point.

def custom_data_generator(img_paths, final_height, final_width):

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