keplerlab / katna

Tool for automating common video key-frame extraction, video compression and Image Auto-crop/Image-resize tasks
https://katna.readthedocs.io/
MIT License
313 stars 59 forks source link

ValueError: Input vector needs to be bigger than window size. #10

Closed johnbager closed 3 years ago

johnbager commented 3 years ago

I have found new erro. I use imgs = vd.extract_video_keyframes(no_of_frames = no_of_frames_to_return, file_path= video_file_path) to extract keyframe frome my video.

https://user-images.githubusercontent.com/38372764/110414586-155c0280-80cb-11eb-8006-1906aeef842e.mp4

mayank10j commented 3 years ago

Able to replicate the issue with given video, will update when fixed.

mayank10j commented 3 years ago

version 0.8.2 fixes your issue, Please reinstall and try again.