zsseg.baseline icon indicating copy to clipboard operation
zsseg.baseline copied to clipboard

Visualization

Open AnukritiSinghh opened this issue 2 years ago • 2 comments

Thanks for the fantastic paper and codebase! I ran the manual prompts experiment python train_net.py --config-file configs/coco-stuff-164k-156/zero_shot_maskformer_R101c_single_prompt_bs32_60k.yaml and wanted to know how did you guys visualize your results? It will be great if you can point me in a direction for the same.

AnukritiSinghh avatar Apr 06 '22 07:04 AnukritiSinghh

I am also interested in the same. It would be of great help if you guys could provide us with the visualization code as well.

Deepayan137 avatar Jun 06 '22 09:06 Deepayan137

You can use https://github.com/facebookresearch/detectron2/blob/main/tools/visualize_json_results.py to visualize the segmentation result.

MendelXu avatar Jul 22 '22 03:07 MendelXu