How to verify video or photo
15733171319 opened this issue · 3 comments
15733171319 commented
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
Hi, I suggest you converting your test video into youtube-vis format, then get and visualize the predicted json
file.
15733171319 commented
Hello, I would like to ask how to get and visualize the json file
vealocia commented
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.