We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@alijundi not possible... you have to retrain ultralytics/yolov5#980, ultralytics/yolov5#1071.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: