arXiv2020-RIFE problem -> Invalid data found when processing input #55
-
Hello!
After the generation, the upscaling and the encoding, I get this error:
Any idea what it might be? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I've never run into that. Is the non-interpolated video in good shape to play? Can you play output/example_av/example_video.mp4? Did you change any of the ffmpeg encoding defaults? I'm wondering if there's something wrong with the input video you generated so that RIFE can't read it, or if there's a problem with RIFE itself running. Make sure you have updated drivers (if you run nvidia-smi at a command prompt it will tell you useful stuff like your CUDA version, and free VRAM). I just added an optional verbose flag to my RIFE wrapper. Update the library to get the new code. If you add the argument "verbose=True" to your RIFE function call it will show you the command it's trying to run, which you can copy/paste into a command window to test it outside of python. The RIFE dev might be able to help if none of that works. |
Beta Was this translation helpful? Give feedback.
-
@luisarandas believes the error message is an out-of-memory condition as the problem goes away with smaller images. Marking as answered. |
Beta Was this translation helpful? Give feedback.
@luisarandas believes the error message is an out-of-memory condition as the problem goes away with smaller images. Marking as answered.