Skip to content

Commit

Permalink
fix benchmark command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Broström committed Mar 11, 2025
1 parent b0774ad commit 68bfbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
ls tracking/val_utils
ls tracking/val_utils/data
if python3 tracking/val.py --imgsz 320 --classes 0 --yolo-model yolov8x.pt --reid-model osnet_x1_0_dukemtmcreid.pt --tracking-method ${{ matrix.tracker }} --verbose --source ./tracking/val_utils/data/MOT17-50/train; then
if python3 tracking/val.py --classes 0 --yolo-model yolox_x_ablation.pth --reid-model osnet_x1_0_dukemtmcreid.pt --tracking-method ${{ matrix.tracker }} --verbose --source ./tracking/val_utils/data/MOT17-50/train; then
STATUS="✅"
else
STATUS="❌"
Expand Down

0 comments on commit 68bfbaf

Please sign in to comment.