face-tracker icon indicating copy to clipboard operation
face-tracker copied to clipboard

TypeError: tuple indices must be integers or slices, not a tuple

Open faisalshahbaz opened this issue 4 years ago • 1 comments

Hello Author,

Please help me to figure out this issue.

File "/home/hack/Documents/EnvVisionX/face-tracker/utils/associate_detection_trackers.py", line 24, in associate_detections_to_trackers
    if(d not in matched_indices[:, 0]):
TypeError: tuple indices must be integers or slices, not a tuple

faisalshahbaz avatar Apr 02 '21 09:04 faisalshahbaz

Hello Author,

Please help me to figure out this issue.

File "/home/hack/Documents/EnvVisionX/face-tracker/utils/associate_detection_trackers.py", line 24, in associate_detections_to_trackers
    if(d not in matched_indices[:, 0]):
TypeError: tuple indices must be integers or slices, not a tuple

solution: https://github.com/yehengchen/Object-Detection-and-Tracking/issues/92

xingdi1990 avatar Jul 25 '23 17:07 xingdi1990