Hi;
I ran Roboflow YOLOv9 Football Player Detection with Google Colab. However, when I reached the final stage, an error occurred: “An error occurred when getting the model upload URL: 404 Client Error: Not Found for URL: https://api.roboflow.com/roboflow-jvuqo/football-players-detection-3zvbc/9/uploadModel?api_key=xxxxxxxxxxxxxx&modelType=yolov9&nocache=true.” I believe there is a problem with the Roboflow API.
Hello there,
You will need to replace the roboflow-jvuqo/football-players-detection-3zvbc
with your own Roboflow model ID and version.
Please note the following disclosure in the notebook:
NOTE: In this tutorial, I will use the football-players-detection dataset. Feel free to replace it with your dataset in YOLO format or use another dataset available on Roboflow Universe. Additionally, if you plan to deploy your model to Roboflow after training, make sure you are the owner of the dataset and that no model is associated with the version of the dataset you are going to training on.
You will need to:
- Create a project in Roboflow
- Upload your dataset
- Create a dataset version
- Upload your model weights using the code in the Colab
Here is the relevant documentation:
Let us know if you have any questions!