hustvl/CrossVIS

How to verify video or photo

15733171319 opened this issue · 3 comments

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!

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

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

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.