-
Notifications
You must be signed in to change notification settings - Fork 622
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
[FEATURE] hub.auto for audio and video htypes #1556
Comments
Can I work on this issue ?? |
@neel2299 Of course. I'll assign it to you. |
Hello!! Can we add dependencies to get the video/audio meta data ?? @FayazRahman @farizrahman4u @mikayelh |
No, hub already has all the dependencies required for reading meta data from audio and video. |
Also note that we are switching from miniaudio to PyaAV for audio in this PR : #1576 , so it would be ideal if you base your PR against it. |
I am Interested to work on this issue |
Noted, Thanks for the heads up. I will check the PR out. |
I would like to contribute to this issue. Can you please elaborate? |
hi @aryatalathi, do you prefer working on this issue or the datase tupload issue? I would recommend working on one issue at a time. |
Yeah, sure! I will prefer the dataset upload issue. Thank you! |
gotcha, good luck - let us know if you have any questions and hit me up in community slack for some guidance. |
Can I work on this? |
Hi @aadityasinha-dotcom, go for it! |
🚨🚨 Feature Request
Is your feature request related to a problem?
Extend hub.auto to enable ingesting audio and video data. Take a look at ingesting image datasets for a start.
Description of the possible solution
Adding a video_ingestion.py file to hub/auto/unstructured with necessary changes would work. But this might mean rewriting a lot of code as in image_classification.py
An alternative solution to the problem can look like
To avoid this, a general class could be written and used as base class for image, audio and video.
The text was updated successfully, but these errors were encountered: