Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant