face-tracker
face-tracker copied to clipboard
TypeError: tuple indices must be integers or slices, not a tuple
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
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