Skip to content

Commit

Permalink
delete clip model test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel.brostrom committed Jan 12, 2024
1 parent a27decd commit 5ca4a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
IMG: ./assets/MOT17-mini/train/MOT17-05-FRCNN/img1/000001.jpg
run: |
# deepocsort fro all supported yolo models
python examples/track.py --tracking-method deepocsort --source $IMG --imgsz 320 --reid-model examples/weights/clip_market1501.pt
python examples/track.py --tracking-method deepocsort --source $IMG --imgsz 320
python examples/track.py --yolo-model yolo_nas_s --tracking-method deepocsort --source $IMG --imgsz 320
python examples/track.py --yolo-model yolox_n --tracking-method deepocsort --source $IMG --imgsz 320
# python examples/track.py --yolo-model yolox_n --tracking-method deepocsort --source $IMG --imgsz 320
# hybridsort
python examples/track.py --tracking-method hybridsort --source $IMG --imgsz 320
Expand Down

0 comments on commit 5ca4a8f

Please sign in to comment.