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

Add images to my model during runtime and retrain #18

Closed
alijundi opened this issue Sep 24, 2021 · 1 comment
Closed

Add images to my model during runtime and retrain #18

alijundi opened this issue Sep 24, 2021 · 1 comment

Comments

@alijundi
Copy link

Hi @kkarahainko

In my case I need the user to add labeled images to the trained model while in runtime. It is some some sort of feedback to the system.

Is it possible to do here? Or it is just via Python and retrain using existing weights and adding the images to the dataset then export to onnx.

It would be great if we can do it in c# since the added images are single items that will add accuracy to the model in the future uses.

I appreciate your insight on the topic.

@kkarahainko
Copy link
Contributor

@alijundi not possible... you have to retrain ultralytics/yolov5#980, ultralytics/yolov5#1071.

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