Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamjamjon authored Sep 30, 2024
1 parent f4d505c commit 9939faa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/yolo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ cargo run -r --example yolo -- --task detect --ver v7 --scale t --nc 80 # YOLOv
cargo run -r --example yolo -- --task detect --ver v8 --scale n --nc 80 # YOLOv8
cargo run -r --example yolo -- --task detect --ver v9 --scale t --nc 80 # YOLOv9
cargo run -r --example yolo -- --task detect --ver v10 --scale n --nc 80 # YOLOv10
cargo run -r --example yolo -- --task detect --ver rtdetr --scale l --nc 80 # YOLOv8-RTDETR
cargo run -r --example yolo -- --task detect --ver v8 --model yolov8s-world-v2-shoes.onnx # YOLOv8-world
cargo run -r --example yolo -- --task detect --ver v11 --scale n --nc 80 # YOLOv11
cargo run -r --example yolo -- --task detect --ver rtdetr --scale l --nc 80 # RTDETR
cargo run -r --example yolo -- --task detect --ver v8 --nc 1 --model yolov8s-world-v2-shoes.onnx # YOLOv8-world

# Pose
cargo run -r --example yolo -- --task pose --ver v8 --scale s # YOLOv8-Pose
cargo run -r --example yolo -- --task pose --ver v8 --scale n --nc 1 # YOLOv8-Pose
cargo run -r --example yolo -- --task pose --ver v11 --scale n --nc 1 # YOLOv11-Pose

# Segment
cargo run -r --example yolo -- --task segment --ver v5 --scale n --nc 80 # YOLOv5-Segment
Expand Down

0 comments on commit 9939faa

Please sign in to comment.