Hello,
I trained one detection model using Rotoflow. I need model (.pt format) and Model-ID for model Inference. How to downlead trained model from Rotoflow and How to Model ID?
Help Me!
Thanks !
Hello,
I trained one detection model using Rotoflow. I need model (.pt format) and Model-ID for model Inference. How to downlead trained model from Rotoflow and How to Model ID?
Help Me!
Thanks !
Update as of February 2025: our new Basic and Growth plans now include model weights download. Docs: Download Roboflow Model Weights | Roboflow Docs
Did you train it using Roboflow Train or via a Colab Notebook?
If you used a notebook, which one did you use? Most notebooks will have the .pt
model file in the /runs/detect/train/weights
folder, with best.pt
being the best-performing model and last.pt
for the last trained epoch.
If you trained it using Roboflow Train, I don’t believe there’s a way to export the .pt
model at the moment. You can use the Roboflow Inference API to infer on images.
Hello @leo
For model training i used only Rotoflow not used Google Colab .
Please, let me know how to get model from roboflow ?
Hello ,
Can we train yolov8 model using roboflow training ?
for version numbers and project/model id’s:
YOLOv8 model training and weights upload: Upload Weights - Roboflow
Update as of February 2025: our new Basic and Growth plans now include model weights download. Docs: Download Roboflow Model Weights | Roboflow Docs
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.