PanopticFCN icon indicating copy to clipboard operation
PanopticFCN copied to clipboard

Suspicious inference

Open EnnioEvo opened this issue 2 years ago • 3 comments

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:

det1

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?

EnnioEvo avatar Mar 07 '22 15:03 EnnioEvo

Hi, sorry for the late reply. It seems strange. Are all the inputs got the same results as this case? Or this is the only case?

yanwei-li avatar Mar 18 '22 13:03 yanwei-li

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 . 16004479832_a748d55f21_k 17790319373_bd19b24cfc_k Transsioner20220616-191730

Or it is a detectron2 version question?

sidney001 avatar Jul 22 '22 09:07 sidney001

@yanwei-li Look forward to your replies

sidney001 avatar Jul 25 '22 11:07 sidney001