Scalsol / mega.pytorch

Memory Enhanced Global-Local Aggregation for Video Object Detection, CVPR2020
Other
565 stars 115 forks source link

There is a question when using the demo.py to inference my own video #68

Open tianlanshidai opened 3 years ago

tianlanshidai commented 3 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.

khadijakhaldi commented 3 years ago

I'm having the same error

guermal commented 3 years ago

Did you solve the issue ?