Person-Detection-and-Tracking
Person-Detection-and-Tracking copied to clipboard
Tracking Problems
Hi Guys! First of all Thank you for such a good implementation of People detection and tracking and making it opensource. I am trying to run your code but have some errors in the initial loop cases, as for begining the tracking has some problems. I tried some changes but am scared that I might mess up the code, can you please guide me a bit or change in the main Person-det-track code??
Traceback (most recent call last):
File "Person_det_track.py", line 224, in
File "Person_det_track.py", line 68, in assign_detections_to_trackers
if (IOU_mat[m[0],m[1]]<iou_thrd):
IndexError: index 1 is out of bounds for axis 0 with size 1
same problem. seems x_box is none...