bill9800 / speech_separation

Include some core functions and model to handle speech separation
MIT License
153 stars 61 forks source link

what the reason to download audio and video separately, if any way video include audio stream? #12

Open crankyz opened 5 years ago

crankyz commented 5 years ago

subj

bill9800 commented 5 years ago

Since I tried audio-only model first and then tried audio-visual model later, the functions were not written together. I think the idea to combine them is also applicable, just crop the segment of video first and use different functions to handle audio and image parts.