-
Notifications
You must be signed in to change notification settings - Fork 182
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
get empty predicted boxes when run 'tools/demo.py' #20
Comments
Did you fix empty bounding box problem? Even when I ran the ./tools/demo.py, entire images are being segmented as background. Should I change any parameter? I followed every steps mentioned in readme to view output even then I'm not getting any result. Please let me know whether I'm doing anything wrong. @daijifeng001 . Also, I have downloaded model MNC 5 stage from the script given in reame file. |
_cls_score_0_split
Demo for data/demo/2008_000910.jpg
Demo for data/demo/2008_001717.jpg
|
Did anyone solve this problem? |
Same problem here =( |
hi @daijifeng001 when i run the
tools/demo.py
, i print thepred_dict['boxes']
, i get empty results as below:can you do me a favor? how to fix it?
thanks.
The text was updated successfully, but these errors were encountered: