tarun005 / FLAVR

Code for FLAVR: A fast and efficient frame interpolation technique.
Apache License 2.0
430 stars 69 forks source link

Unable to write out results #50

Closed frostedbrain closed 3 months ago

frostedbrain commented 1 year ago

Hey,

I've managed to get up and running with flavr, right up until the final stage. I'm using a directory with a png sequence in it, which successfully runs through the network. But when it comes to writing it out I simply get:

Writing to  in_2xmp4.mp4
in_2xmp4: No such file or directory
Traceback (most recent call last):
  File "interpolate.py", line 164, in <module>
    os.remove(output_video)
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'in_2xmp4'

I'm reading a sequence of pngs from a directory, using is_folder which is great; is there a way to write out a sequence of pngs rather than a video?

tarun005 commented 1 year ago

Hi,

Sorry for the late reply. We did not encounter this problem. Can you try using some other library for writing out the frames to file?

Astrostellar commented 2 months ago

Hi, could you please share the pretrained model? The current links seem to be unavailable. Thanks a lot!