lilithgrigoryan
lilithgrigoryan
Hi! I would like to ask for a comment on line 180 in pysift.py file. Here you are computing keypoint.octave field which is composed of three quantities. Can you please...
I was going through your code in gltf-obj converter part, and noticed that material reader you're using here is from javagl.obj of old version 0.3.0. And some of the materials...
Hi! Thanks for the awesome project! In [Tutorial paths](https://docs.thatopen.com/components/tutorial-paths) section of the docs [Create some clipping planes](https://docs.thatopen.com/Tutorials/SimpleRaycaster) subsection leads to the [SimpleRaycaster](https://docs.thatopen.com/Tutorials/SimpleRaycaster) example instead of [SimpleClipper](https://docs.thatopen.com/Tutorials/SimpleClipper).
# What does this PR do ? PR introduces default beam search and mAES (with Ngram LM fusion) decoding implementations for TDT models. **Collection**: ASR # Changelog - [nemo/collections/asr/parts/submodules/tdt_beam_decoding.py]: Default...
# What does this PR do ? PR introduces default beam search and mAES (with Ngram LM fusion) decoding implementations for TDT models. **Collection**: ASR # Changelog - [nemo/collections/asr/parts/submodules/tdt_beam_decoding.py]: Default...
# What does this PR do ? Batched beam search for CTC with NGPU-LM (n-gram LM on GPU). Results for `nvidia/parakeet-ctc-1.1b` on SLURP (out-of-domain): | Decoding Method | Beam Size...
> [!IMPORTANT] > The `Update branch` button must only be pressed in very rare occassions. > An outdated branch is never blocking the merge of a PR. > Please reach...
> [!IMPORTANT] > The `Update branch` button must only be pressed in very rare occassions. > An outdated branch is never blocking the merge of a PR. > Please reach...
Hi! I wanted to inquire if the pip installation method for kenlm is currently maintained by you. Specifically, is `pip install kenlm` an officially supported way to install kenlm?