Closed GTrui6 closed 1 year ago
You can run
python demo/demo.py \
--config-file configs/coco/instance-segmentation/fastinst_R50_ppm-fpn_x1_576.yaml \
--input xxx.jpg \
--output result.jpg \
--opts MODEL.WEIGHTS /path/to/fastinst_R50_ppm-fpn_x1_576_34.9.pth
It will visualize top 100 scored predictions.
Appreciated your help, i have visualized the results.
Hi, thanks for your wonderful work, i have trained FastInst on customized datasets, and now i want to visualize the prediction results, so i used the demo.py, but i failed to visualize it. Is there an another way i can try to visualize the results?