hustvl / CrossVIS

[ICCV 2021] Crossover Learning for Fast Online Video Instance Segmentation
https://arxiv.org/abs/2104.05970
Other
85 stars 4 forks source link

Visualizing the results #4

Closed Swall0w closed 2 years ago

Swall0w commented 2 years ago

Thank you for the great project!! How can I visualize the results of the training such as described in the README?

vealocia commented 2 years ago

Hi, @Swall0w ! Thanks for your interests in our work! To visualize the prediction results, maybe you can first use inference.py to get the prediction in .json format, and then visualize the results.