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? #18

Closed
ldenoue opened this issue Jun 2, 2018 · 2 comments
Closed

How to train? #18

ldenoue opened this issue Jun 2, 2018 · 2 comments

Comments

@ldenoue
Copy link

ldenoue commented Jun 2, 2018

Could you point us to how to train on our own images? The article and readme files only seem to talk about inference, but no training: how can we perform the transfer learning and retrain with our own images like you did?
Thanks!

@victordibia
Copy link
Owner

Hi @ldenoue ,

There were a few article that already did an excellent job of demonstrating the training process. I actually followed them in training the hand model.

Training on your own images: Please use the guide provided by Harrison from pythonprogramming on how to generate tfrecords given your label csv files and your images. The guide also covers how to start the training process if training locally. [see [here] (https://pythonprogramming.net/training-custom-objects-tensorflow-object-detection-api-tutorial/)]. If training in the cloud using a service like GCP, see the guide here.

Also see this excellent article from Dat Tran - https://towardsdatascience.com/how-to-train-your-own-object-detector-with-tensorflows-object-detector-api-bec72ecfe1d9 .

-V

@ldenoue
Copy link
Author

ldenoue commented Jun 2, 2018

Much appreciated, thanks. If I manage to train something I’ll post a google colab notebook (did you know they give free GPU?)

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