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

Need help in Training a Cutom Model #628

Open
LasalJayawardena opened this issue Mar 21, 2022 · 2 comments
Open

Need help in Training a Cutom Model #628

LasalJayawardena opened this issue Mar 21, 2022 · 2 comments

Comments

@LasalJayawardena
Copy link

I want to build a YOLO model by training on a set of images (training set). Then save the best model by validation loss (Like Tensorflow Checkpointer). Finally, I want to use it for predictions.

How can I implement this? I am a bit unclear about the training phase and using the saved trained model. Any help is appreciated!
Thank you in Advance.

@leeping-ng
Copy link
Contributor

Hi! PeekingDuck is designed for model inference rather than model training, so I suggest finding a YOLO repo that comes with a training script to train your model separately. Subsequently, you can create a custom PeekingDuck node for your trained model by referring to this guide, and use PeekingDuck for inference. Our model.yolo_license_plate node was created using this method.

@leeping-ng
Copy link
Contributor

Hi @LasalJayawardena, we have released a new tutorial on how you can use your own trained models with PeekingDuck. Hope that this helps with your project.

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