Runtime Error (Traceback Attached)
Thank you very much for this project. I love it, and I've been using it successfully since early January. However, in the past week or so, it has stopped working on every colab fork I've tried. Perhaps there has been an incompatible version update in a dependency somewhere?
Describe the bug After loading the dependencies, I input the file path to the uploaded video I want to interpolate. On execution, I get the attached error, which is a standard error being thrown by the process.communicate() method in ().
To Reproduce Behavior happens every time. Colab is not running out of memory, as I use CO Pro+ and I have taken the images down to 100x100 pixels and 50 total frames to ensure the file is sufficiently small to rule out running out of RAM as the issue.
- Visit Colab at: https://colab.research.google.com/github/MSFTserver/AI-Colab-Notebooks/blob/main/Super_SloMo.ipynb#scrollTo=Wz4BaariVdh5
- Run cells in "Download Super-Slomo Repo & Model"
- Run cells in "Run this block and Upload Video by clicking the Button that pops up below this codeblock! Wait till it loads the video and once it's done run the next block"
- Navigate in dialog box to file and upload file to server.
- No need to enter file path in this particular notebook as the upload itself conveys the file path.
- Run the main code.
- Error/Abnormal behavior
Expected behavior Up until this week when the error started, the colab output 2 files... the first being the .mkv file that the program encodes natively and then the .mp4 that results from conversion.
Interpolated results/error output
Desktop (please complete the following information):
- OS: Windows 10 Pro, MacOS Monterey 12.2.1
- Device Used: Colab Pro+ GPU
- Setup Info: All dependencies needed for this notebook is pulled in Step 1 above, and noted in the attached error report/traceback.
Additional context No additional context other than I have been having the same issue in each notebook that I am aware of which fork off the main repository, not just the one I've linked to here.
Thank you for your help, I really miss this utility!
Cheers