zsseg.baseline
zsseg.baseline copied to clipboard
Visualization
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.
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.
You can use https://github.com/facebookresearch/detectron2/blob/main/tools/visualize_json_results.py to visualize the segmentation result.