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
[04/21 12:14:17 detectron2]: Arguments: Namespace(confidence_threshold=0.4, config_file='configs/centermask/Base-CenterMask-ResNet.yaml', input=['demo/tennis.jpeg'], opts=[], output=None, video_input=None, webcam=False) WARNING [04/21 12:14:17 d2.config.compat]: Config 'configs/centermask/Base-CenterMask-ResNet.yaml' has no VERSION. Assuming it to be compatible with latest v2. [04/21 12:14:20 detectron2]: demo/tennis.jpeg: detected 0 instances in 0.32s
I tried to lower the threshold to 0.01 to see if anything was detected and here is the result:
Is it any issue with the config?
The text was updated successfully, but these errors were encountered:
DavideDaz
changed the title
Inference on random images using pre-trained models with Demo.py does not produce meaningful results
Inference on random images using pre-trained models with demo.py does not produce meaningful results
Apr 21, 2021
I also encounter the same issue - testing demo.py on single images via centermask does not seem to detect any instances across a range of test images. Any insights on this would be great.
Hi! and thank you for your great work.
After the installation I tried to run a random inference with the demo file:
python3 demo/demo.py --config-file configs/centermask/Base-CenterMask-ResNet.yaml --input demo/tennis.jpeg
But no detection were found:
[04/21 12:14:17 detectron2]: Arguments: Namespace(confidence_threshold=0.4, config_file='configs/centermask/Base-CenterMask-ResNet.yaml', input=['demo/tennis.jpeg'], opts=[], output=None, video_input=None, webcam=False) WARNING [04/21 12:14:17 d2.config.compat]: Config 'configs/centermask/Base-CenterMask-ResNet.yaml' has no VERSION. Assuming it to be compatible with latest v2. [04/21 12:14:20 detectron2]: demo/tennis.jpeg: detected 0 instances in 0.32s
I tried to lower the threshold to 0.01 to see if anything was detected and here is the result:
Is it any issue with the config?
The text was updated successfully, but these errors were encountered: