-
Notifications
You must be signed in to change notification settings - Fork 190
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 in main.py #32
Comments
@jamalihuzaifa9 Did you solve this problem? |
I have been facing the same issue |
Does someone resolved this problem ? I'am getting this error when trying to test the project on a video. |
Hey again, I'have resolved the problem by reinstalling scikit-learn to 0.22.2. |
hey , can you tell me where I should make changes in the code for detecting my video? Like in the detector file , i am not sure which file path to provide? |
Traceback (most recent call last):
File "main.py", line 200, in
image_box = pipeline(image)
File "main.py", line 112, in pipeline
= assign_detections_to_trackers(x_box, z_box, iou_thrd = 0.3)
File "main.py", line 56, in assign_detections_to_trackers
if (d not in matched_idx[ : ,1]):
TypeError: tuple indices must be integers or slices, not tuple
The text was updated successfully, but these errors were encountered: