Hi guys, I trained a Yolo11s model via Kaggle and tried to deploy it on Roboflow with the following code:
project = rf.workspace("football-analysis-lx5b6").project("football-players-detection-3zvbc-hfm2w")
version = project.version(7)
version.deploy(model_type="yolov11s", model_path=f"{HOME}/runs/detect/train/")```
Even after hours though, the model does not turn out to be correctly loaded, in fact this is what appears to me:
How come? How can I solve it?
I specify that when I launch the code, no error appears, in fact I am even given links to check the progress of the upload and to share the model
1 Like
I have the same issue with Yolov11. Deploying models seems to work with Yolov8 but not Yolov11 right now…
Hello @MimmoScogna, I’m a developer at Roboflow. I saw that you managed to upload the model by specifying only ‘yolov11’ as the model type.
I’d like to inform you that we’ve also resolved the issue, and it now works with all size types, such as ‘yolov11s’, ‘yolov11m’, etc.
@Valentin_VIEUX If possible, please try again, I believe it has been resolved, but if the problem persists, please let me know.
system
Closed
4
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.