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
