Open DaehanKim-Korea opened 4 years ago
I met the same question
Sorry for the late reply! It's probably a problem with the ffmpeg installed in your system. I encountered such issue too. I will fix it later by changing the ffmpeg command to cv2. Before that, you can inference on video using a two-step way:
python test.py
for the extracted framesHope this solve your problem!
it is because the GPU or CPU memory ran out. if you use GPU with DCNv2 module, it is definitely GPU memory limitation and if you wait for a long time, it will return you error message. currently, it works with small resolution of videos with default configurations and I could test it with 0.5K resolution to generate 2K resolution. even the 2 stage solution, it has the same issue because the problem came from the allocation to generate the temporal .hr_delme
The issue is not solved until now.
Running the file using pretrain(weights) does nothing after the following output.
The required ffmpeg has been installed. In any case, I think the installation method may be wrong. What installation method did the author use? Or can you share the docker image?