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
Inference with pretrained model python3 demo/demo.py --config-file projects/PanopticFCN/configs/PanopticFCN-R50-600-3x-FAST.yaml --input ~/Documents/Ennio/datasets/selection/m3-2b_20210516_191154_diff.jpg
gives me this suspicious result:
Where the whole images is detected as a single instance (and is even wrong)
Result is the same with different images and different yaml config files
Any clue on what can be?
The text was updated successfully, but these errors were encountered:
Same suspicious result. The code I ran in shell is python3 demo/demo.py --config-file projects/PanopticFCN/configs/PanopticFCN-R50-3x.yaml \ --input images/*.jpg --output results/PanopticFCN --opts MODEL.WEIGHTS weights/panoptic_fcn_r50_3x.pth .
Thank you for this amazing work.
Inference with pretrained model
python3 demo/demo.py --config-file projects/PanopticFCN/configs/PanopticFCN-R50-600-3x-FAST.yaml --input ~/Documents/Ennio/datasets/selection/m3-2b_20210516_191154_diff.jpg
gives me this suspicious result:
Where the whole images is detected as a single instance (and is even wrong)
Result is the same with different images and different yaml config files
Any clue on what can be?
The text was updated successfully, but these errors were encountered: