P.T.C

Results 2 issues of P.T.C

(py36pandet) [root....... PANet-master]# python tools/infer_simple.py --dataset coco --cfg configs/panet/e2e_panet_R-50-FPN_2x_mask.yaml --load_ckpt data/pretrained_model/panet_mask_step179999.pth --images 001.png --output_dir infer_outputs Called with args: Namespace(cfg_file='configs/panet/e2e_panet_R-50-FPN_2x_mask.yaml', cuda=True, dataset='coco', image_dir=None, images=['001.png'], load_ckpt='data/pretrained_model/panet_mask_step179999.pth', load_detectron=None, merge_pdfs=True, output_dir='infer_outputs', set_cfgs=[]) load cfg...

Hi, thank you very much for your great work! At present, I encounter the following problems. In the following scenarios, filamentous objects are detected as foreground. Can I solve such...