Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
faisalshahbaz opened this issue Apr 2, 2021 · 1 comment

Comments

@faisalshahbaz
Copy link

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

@xingdi1990
Copy link

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: yehengchen/Object-Detection-and-Tracking#92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants