Ambesh Shekhar
Results
2
issues of
Ambesh Shekhar
Have you tried [Mediapipe](https://google.github.io/mediapipe/), it returns 3d coordinates directly from camera feed.
`EncDecCTCModel.transcribe(audio=...)` changed to `EncDecCTCModel.transcribe(paths2audio_files=...)`
6
Description: I updated NeMO to 1.23.0, and trying to use pretrained `EncDecCTCModel.transcribe`. In previous version I used to input audio tensors loaded using torchaudio. But now it asks for `paths2audios_label`,...
bug