SysCV/MaskFreeVIS

Running Demo

Opened this issue · 7 comments

Hi @lkeab ,
Thanks for your cool project on VIS.I am looking to run a simple demo on our own videos.I couldn't find the instructions in the repo. In demo video folder, there is an hyperlink to getting started.md. But, its forbidden with 404.Can you update or share me the location of readme for instructions to run a simple demo?

lkeab commented

The demo visualization script is here.

Hi @lkeab ,
I am looking to make use of demo.py in demo_video folder and to get an output video in a folder. You can see here below that I was trying to use demo.py by providing config file and pretrained weights downloaded. But, the program was killing. Can you check where I was going wrong? Any suggestions to run it smoothly will be highly useful.
maskfreevis1

Hi @lkeab ,
I have provided wrong config file .But , even with the correct config file, the program was being killed. Any suggestions would be highly useful.

lkeab commented

you may use the wrong config in the figure, instead of coco one, you should use ytvis. can you also show why the program was killed?

Hi @lkeab ,
yes, you're right. I resolved it as well. Thanks for your response. But, when I was trying with swin backbone with the weights from https://drive.google.com/file/d/1kvckNoaDftN5R16CRJ-izfHeKTl_rskt/view and using the following config file : https://github.com/SysCV/MaskFreeVIS/blob/main/configs/youtubevis_2019/video_maskformer2_R50_bs16_8ep_swin.yaml, I could run the demo but no objects were being segmented using swin backbone.Using R50 backbone, some of the objects were being segmented.Any suggestions would be useful.Thanks in advance.

@sivaji123256 Where did you put your own video and did you have to change some code so that it can get read?

Hello, may I ask how to write the final command-line statement?