Closed AllenSpurs closed 5 years ago
Do you want to get the panoptic segmentation figure?
Yes, that is what I want, I just want to utilize the panoptic segmentation figure to extract some image feature. Need any sepcific setting here? Thank you.
No, it will produce the panoptic segmentation figures for you automatically!
So if all goes well, should the panoptic segmentation figures be in the directory like "UPSNet/output/upsnet/coco/upsnet_resnet50_coco_4gpu/test2015/results/vis"?
directory like "UPSNet/upsnet/output/upsnet/coco/upsnet_resnet50_coco_4gpu/val2017/results/pans_unified/pan/"
OK, I will set the mask_vis to False and try it again. Thank you for your patient reply.
Thanks for your great work! I had trained the model with COCO train2017&val2017, and pulled the latest code, but when I trying to test COCO dataset (train2014) with setting the vis_mask=True, I still only got an instance segmentation like figure. Is there anything that needs special attention?