Mukosame / Zooming-Slow-Mo-CVPR-2020

Fast and Accurate One-Stage Space-Time Video Super-Resolution (accepted in CVPR 2020)
GNU General Public License v3.0
908 stars 165 forks source link

video_to_zsm.py issue #34

Open DaehanKim-Korea opened 4 years ago

DaehanKim-Korea commented 4 years ago

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?

스크린샷 2020-08-11 오전 3 11 04

MrTornado24 commented 4 years ago

I met the same question

截屏2020-08-15 上午11 21 41
Mukosame commented 3 years ago

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:

Hope this solve your problem!

EssenOH commented 3 years ago

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

13610JACK commented 3 years ago

The issue is not solved until now.