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

"/opt/module/yolox-deepsort/AIDetector_pytorch.py", line 107, in detect #10

Open
lry789 opened this issue Dec 2, 2022 · 0 comments
Open

Comments

@lry789
Copy link

lry789 commented Dec 2, 2022

Traceback (most recent call last):
File "demo.py", line 45, in
main()
File "demo.py", line 19, in main
result = det.feedCap(im)
File "/opt/module/yolox-deepsort/BaseDetector.py", line 33, in feedCap
im, faces, face_bboxes = update_tracker(self, im)
File "/opt/module/yolox-deepsort/tracker.py", line 40, in update_tracker
_, bboxes = target_detector.detect(image)
File "/opt/module/yolox-deepsort/AIDetector_pytorch.py", line 107, in detect
boxes = 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