amanwalia123 / KeyFramesExtraction

This repository contains script to divide a video into key frames.
MIT License
158 stars 34 forks source link

"smooth only accepts 1 dimension arrays." #7

Closed yyyufei closed 3 years ago

yyyufei commented 3 years ago

Hi there,

I was trying to use your code to do keyframe extraction, but I got "smooth only accepts 1 dimension arrays." Do you know is there anything I did wrong?

File "scene_div.py", line 63 raise ValueError, "smooth only accepts 1 dimension arrays." ^ SyntaxError: invalid syntax

yyyufei commented 3 years ago

Figured out it caused by python version

xiangtingkong commented 1 year ago

弄清楚了是由python版本引起的 hi there I want to know which version of python is required