Deepsort-YoloV3-Multiple-Object-Tracking

MOT좌표 구하기 공부

공부 자료

pip

!pip install absl-py 
!pip install yolov3-tf2
!pip3 install deep-sort-realtime

실행

  1. YoloV3 weights를 ./weights에 다운로드 (references)
  2. convert.py파일을 실행
  3. detection영상 ./data/video에 다운로드
  4. tracker 실행

references