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
I got an error 'AssertionError:bboxes.shape[1] should be 4 or 5, but it's 773.' ,when I set the argument '--show' in command line in test.py. I got the same error when run the 'demo/video_demo.py' using the model you provide.
I gress it is because pstr and mmdet are incompatible. Could you please tell me how to visualize my custom img/video when infer the result by pstr model? Or just tell what's mean about result.shape:[100,773].
Looking for your reply!
The text was updated successfully, but these errors were encountered:
Hi, thank you for your work!
I got an error 'AssertionError:bboxes.shape[1] should be 4 or 5, but it's 773.' ,when I set the argument '--show' in command line in test.py. I got the same error when run the 'demo/video_demo.py' using the model you provide.
I gress it is because pstr and mmdet are incompatible. Could you please tell me how to visualize my custom img/video when infer the result by pstr model? Or just tell what's mean about result.shape:[100,773].
Looking for your reply!
The text was updated successfully, but these errors were encountered: