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

How to verify video or photo #27

Closed 15733171319 closed 2 years ago

15733171319 commented 2 years ago

Hello author: I recently read your paper and code, and I want to ask how I can verify the video or picture I shot myself. I want to see the rendering after segmentation. Do you have the relevant code? Thanks!

Yuxin-CV commented 2 years ago

Hi, I suggest you converting your test video into youtube-vis format, then get and visualize the predicted json file.

15733171319 commented 2 years ago

Hello, I would like to ask how to get and visualize the json file

vealocia commented 2 years ago

Hi, @15733171319. This repo doesn't include off-the-shelf visualization code. You can simply achieve your target with opencv and matplotlib. Here provides some codes for reference.