Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Frames are not extracted for any input video #107

Open
UsaidHammad opened this issue Jun 30, 2022 · 0 comments
Open

Frames are not extracted for any input video #107

UsaidHammad opened this issue Jun 30, 2022 · 0 comments

Comments

@UsaidHammad
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant