diff --git a/README.md b/README.md index f29e704e..31518ca9 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,11 @@ workspace.upload_dataset( # upload model weights version.deploy(model_type="yolov8", model_path=f”{HOME}/runs/detect/train/”) +# upload model weights - yolov10 +# Before attempting to upload YOLOv10 models install ultralytics like this: +# pip install git+https://github.com/THU-MIG/yolov10.git +version.deploy(model_type="yolov10", model_path=f”{HOME}/runs/detect/train/”, filename="weights.pt") + # run inference model = version.model