Fixing Colab
Hei there,
1.) In line 1, change % cd /content/ to %cd /content/ --> remove the space between % & cd
2.) <play_video(mouth_roi_path)> add MIME-Type 'video/mp4' to play it within browser/colab. It's easily fixable by supplying the 'magic' file via colab (~/) itself, since it won't automatically look it up at ~/mime.types.
3.) The inference part is broken, since it produces "Prediction - {ns} {ns} {ns} {ns} {ns} {ns} {ns} {ns} {ns} {ns} ". Not quite sure how to fix it. :(
Would it be possible to publish a colab, like the one that produced the guitar player with a computer voice? Or, alternatively, could you point me in the right direction how to achieve this effect? This would be spot-on for an art installation I'm currently working on.
Thank you very much, merry christmas and a happy new year! <3
Hi @hideosnes ! Did you try to run AVSR model in colab?