GeekAlexis / FastMOT

High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀
MIT License
1.12k stars 256 forks source link

scaled-yolov4 #92

Closed Rajkumarsaswamy closed 3 years ago

Rajkumarsaswamy commented 3 years ago

Hi, Just want to confirm with you, to execute the code on Scaled-Yolov4 (i.e., Yolov4-CSP) for person detection i only need to make following changes at, yolo.py?

  1. LETTERBOX True
  2. NEW_COORDS True
  3. SCALES [2.0, 2.0, 2.0]
GeekAlexis commented 3 years ago

That looks correct