# python track.py --source 0 # webcam
# img.jpg # image
# vid.mp4 # video
# path/ # directorㄴy
# path/*.jpg # glob
# 'https://youtu.be/Zgi9g1ksQHc' # YouTube
# 'rtsp://example.com/media.mp4' # RTSP, RTMP, HTTP stream
!python track.py --source f1.mp4 --save-vid --strong-sort-weights osnet_x0_25_msmt17.pt
# by adding --strong-sort-weights osnet_x0_25_msmt17.pt .this weight will get installed automatically in your current working directory.
# After this command, you will get run folder with the results
#!python track.py --source img.jpg
댓글남기기