You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: