You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use load_from_http loader
Use load_from_http loader
Traceback (most recent call last):
File "demo/top_down_pose_tracking_demo_with_mmdet.py", line 177, in <module>
main()
File "demo/top_down_pose_tracking_demo_with_mmdet.py", line 132, in main
pose_results, returned_outputs = inference_top_down_pose_model(
File "/mmpose/mmpose/apis/inference.py", line 370, in inference_top_down_pose_model
assert bboxes.shape[1] == 5
IndexError: tuple index out of range
Exception handling is not exist when the human bounding boxes are not detected
Describe the bug
IndexError: tuple index out of range
Reproduction
Environment
Docker env
Error traceback
Exception handling is not exist when the human bounding boxes are not detected
Bug fix
mmpose/mmpose/apis/inference.py
Line 364 in dc7adc2
ADD
The text was updated successfully, but these errors were encountered: