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: 'NoneType' object is not subscriptable #6

Open
charmin161 opened this issue Feb 17, 2022 · 0 comments
Open

TypeError: 'NoneType' object is not subscriptable #6

charmin161 opened this issue Feb 17, 2022 · 0 comments

Comments

@charmin161
Copy link

File "demo.py", line 52, in
main()
File "demo.py", line 26, in main
result = det.feedCap(im)
File "D:\vehicleCount\yolox_deepsort_reply\yolox-deepsort-main\BaseDetector.py", line 33, in feedCap
im, faces, face_bboxes = update_tracker(self, im)
File "D:\vehicleCount\yolox_deepsort_reply\yolox-deepsort-main\tracker.py", line 40, in update_tracker
_, bboxes = target_detector.detect(image)
File "D:\vehicleCount\yolox_deepsort_reply\yolox-deepsort-main\AIDetector_pytorch.py", line 109, in detect
boxes1 = outputs[:, 0:4]
TypeError: 'NoneType' object is not subscriptable

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

1 participant