Model Weights Upload Support for YOLOv5, YOLOv7 and YOLOv8

New update!

New YOLO Upload Capabilities are Live On Roboflow
We now support:

  • YOLOv5 Object Detection
  • YOLOv5 Instance Segmentation
  • YOLOv7 Instance Segmentation
  • YOLOv8 Object Detection
  • YOLOv8 Instance Segmentation
  • YOLOv8 Classification

roboflow python package roboflow>=1.0.1 is now required for model uploads.

  • to install, if previously installed in the environment: pip install -U roboflow
  • fresh install, in a new environment: pip install roboflow>=1.0.1

I will be updating the documentation with full instructions for the path and command to use for weights uploads for each model.

We will also update our tutorials notebooks to reflect the functionality availability for each of the model architectures mentioned above.