-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
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
can load the trained model in CPU ( using opencv ) ? #180
Comments
Hello @vishnukv64, thank you for your interest in our work! Please visit our Custom Training Tutorial to get started, and see our Jupyter Notebook , Docker Image, and Google Cloud Quickstart Guide for example environments. If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you. If this is a custom model or data training question, please note that Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as:
For more information please visit https://www.ultralytics.com. |
@vishnukv64 cpu loading is the default action currently if no gpu is detected on your system:
|
Thanks bro!! So we need pytorch ( that's the only dependency ) |
@vishnukv64 see https://github.com/ultralytics/yolov5#requirements Recommend you start with the colab notebook, its the easiest way to get started playing with things. |
@vishnukv64 actually, if you use pytorch hub you don't even need to clone this repo. See https://docs.ultralytics.com/yolov5/tutorials/pytorch_hub_model_loading |
@glenn-jocher Can i load my trained model in pytorch hub and use it? or its only available for pre trained models on cooc dataset? |
@vishnukv64 you can do anything you want if you work enough at it. |
@glenn-jocher thank you for your help bro!! |
🚀 Feature
how to load the trained model via a cpu and do inference?
Motivation
Loading the model in a CPU and do inference probably using opencv or using other methods
Pitch
Alternatives
Additional context
The text was updated successfully, but these errors were encountered: