Frames are not extracted for any input video
Hey, when running the video_to_slomo.py for the already trained model I am getting the following error
File "D:\COMMAS\Thesis\Super-SloMo-master\video_to_slomo.py", line 232, in main() File "D:\COMMAS\Thesis\Super-SloMo-master\video_to_slomo.py", line 152, in main videoFrames = dataloader.Video(root=extractionPath, transform=transform) File "D:\COMMAS\Thesis\Super-SloMo-master\dataloader.py", line 465, in init frame = _pil_loader(framesPath[0]) IndexError: list index out of range
When I checked the framesPath which is tmpSuperSloMo/input, the input folder is empty. I am assuming that the frames are not extracted from the video.
Does anybody have any idea to solve this issue?