- **Project Type: yolov5 object detection
- **Operating System & Browser: mac os, google colab
- **Project Universe Link or Workspace/Project ID: car_bus_truck_Detection Object Detection Dataset and Pre-Trained Model by carDetection
I installed the latest version of my dataset into colab with the download code and trained using the yolov5 model.
Afterwards, I want to upload a custom dataset to the third version, but an error occurs.
I wrote the code by referring to the two websites above, but an error continues to occur.
Like the code on the website, if I type .deploy() as [model_type=”yolov5”], an error occurs and it doesn’t run at all.
Can you tell me the code to upload the completed model in colab?