youngwoo-yoon / youtube-gesture-dataset

This repository contains scripts to build Youtube Gesture Dataset.
https://sites.google.com/view/youngwoo-yoon/projects/co-speech-gesture-generation
BSD 3-Clause "New" or "Revised" License
116 stars 19 forks source link

Pin scenedetect < 0.6 #8

Closed Breakthrough closed 2 years ago

Breakthrough commented 2 years ago

Hi there! I noticed you're using PySceneDetect, but haven't pinned the dependency. v0.6 is slated to include some breaking changes to improve the API usage somewhat, so I would recommend that you pin your version to < 0.6, otherwise the current source code will break once that is released.

Once v0.6 is released there will be a migration guide to help developers who wish to update to the latest API.

Thanks!

youngwoo-yoon commented 2 years ago

Thank you for the great library and your kind notice. I will specify scenedetect<0.6 in requirements.txt.