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 #9

Open
mthghshf opened this issue Jun 9, 2022 · 0 comments
Open

TypeError: 'NoneType' object is not subscriptable #9

mthghshf opened this issue Jun 9, 2022 · 0 comments

Comments

@mthghshf
Copy link

mthghshf commented Jun 9, 2022

Traceback (most recent call last):
File "demo.py", line 50, in
main()
File "demo.py", line 24, in main
result = det.feedCap(im)
File "/home/shf/yolox2/BaseDetector.py", line 33, in feedCap
im, faces, face_bboxes = update_tracker(self, im)
File "/home/shf/yolox2/tracker.py", line 40, in update_tracker
_, bboxes = target_detector.detect(image)
File "/home/shf/yolox2/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