deshwalmahesh / yolov7-deepsort-tracking

Modular and ready to deploy code to detect and track videos using YOLO-v7 and DeepSORT
158 stars 65 forks source link

Replaced depracated np.int and np.float references #33

Open Austral-IV opened 1 week ago

Austral-IV commented 1 week ago

Just replaced every np.int reference with np.int64 and np.float with np.float64