SysCV / MaskFreeVIS

Mask-Free Video Instance Segmentation [CVPR 2023]
https://arxiv.org/abs/2303.15904
Apache License 2.0
359 stars 24 forks source link

Running Demo #7

Open sivaji123256 opened 1 year ago

sivaji123256 commented 1 year ago

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 1 year ago

The demo visualization script is here.

sivaji123256 commented 1 year ago

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

sivaji123256 commented 1 year ago

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 1 year ago

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?

sivaji123256 commented 1 year ago

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.

christophTUM commented 1 year ago

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

1030zero commented 9 months ago

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