Open tianlanshidai opened 4 years ago
There is a question when using the demo.py to inference my own video: I have use the script that in your readme:
python demo/demo.py base configs/vid_R_101_C4_1x.yaml models/R_101.pth --video --visualize-path datasets/test.mp4 --output-folder visualization --output-video
However,there is a error: Segmentation fault (core dumped),
Have you meet this problem?Can you help me to deal with it?Thank you very much.
I'm having the same error
Did you solve the issue ?
There is a question when using the demo.py to inference my own video: I have use the script that in your readme:
python demo/demo.py base configs/vid_R_101_C4_1x.yaml models/R_101.pth --video --visualize-path datasets/test.mp4 --output-folder visualization --output-video
However,there is a error: Segmentation fault (core dumped),
Have you meet this problem?Can you help me to deal with it?Thank you very much.