Skip to content
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

Open
yibeichan opened this issue Jan 2, 2023 · 5 comments
Open

adding PySceneDetect to plier #488

yibeichan opened this issue Jan 2, 2023 · 5 comments

Comments

@yibeichan
Copy link

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!

@adelavega
Copy link
Member

I will take a look. If it's not too hard I may be able to do it!

@yibeichan
Copy link
Author

yibeichan commented Jan 6, 2023

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.

@adelavega
Copy link
Member

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.

@yibeichan
Copy link
Author

Found this opensource speech recognition package whisper; here is a blog that compares the performance among AssemblyAI, whisper, and Google Speech-to-text.
I haven't used this package but I'm happy to give it a try (e.g., transcribe movies in NNDb).
(I'm using this issue as a record for these as-potential-substitute packages)

@adelavega
Copy link
Member

I've heard great things about whisper!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants