Thanks to visit codestin.com
Credit goes to github.com

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

Frames are not extracted for any input video #107

@UsaidHammad

Description

@UsaidHammad

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions