-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding PySceneDetect to plier #488
Comments
I will take a look. If it's not too hard I may be able to do it! |
Sounds good! Btw, do you know Deepface? It integrates mainstream face recognition packages. I first used face_recognition/Dlib to identify characters' faces in movies (NNDb), then found that Deepface intergrates all of them. |
Cool. I did not. In the past I've used facenet (which is based on dlib + other networks), but that looks like a good package. |
Found this opensource speech recognition package whisper; here is a blog that compares the performance among AssemblyAI, whisper, and Google Speech-to-text. |
I've heard great things about whisper! |
Happy New Year!
This is a follow-up to discussion with @adelavega on Mattermost.
In case of shot detection or segment detection, Google API has crushed a lot when dealing with large videos, such as movies in NaturalisticNeuroimagingDatabase.
PySceneDetect can be a nice alternative for Google API in this case.
Do you want to add PySceneDetect to plier? (I can help to code but probably not until late March 2023
Thank you!
The text was updated successfully, but these errors were encountered: