bill9800 / speech_separation

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

How would you infer on a downloaded video? #13

Open nanometer34688 opened 5 years ago

nanometer34688 commented 5 years ago

I have trained my own model and have been able to use the model_v2/AV_model_eval.py to test against testing data.

Have you been able to infer on a video that the system has not seen before?

What steps are needed to be taken to process the new video ready to be inferred on?