Kishore Chandra Sahoo
Kishore Chandra Sahoo
Hi, How do we decide what should be the height and width in AnimatedSvgView? e.g. animatedSvgImageSizeX and animatedSvgImageSizeY I tried with a path , letter A `"M9.93,13.5h4.14L12,7.98zM20,2L4,2c-1.1,0 -2,0.9 -2,2v16c0,1.1 0.9,2...
Hi, Thanks for the demo app and code, its really impressive. I would like to know how did you those path information for those icons used in the demo app?...
I am trying to convert `TPS-ResNet-BiLSTM-Attn-case-sensitive.pth` model to `TensorRT`. Model details are given below. Model: `TPS-ResNet-BiLSTM-Attn-case-sensitive.pth` (downloaded from below git repo) Git: `https://github.com/clovaai/deep-text-recognition-benchmark` Input tensor size: `torch.Size([1, 1, 32, 100])`...
Hi, I was trying to compile and build python code with Numpy library, but I get error. So I would like to know the scope of current VOC and what...
I generated embeddings for same image in Python and Andorid. Both gives different values. Image: american_pizza.jpg  Android: ``` [40, -19, 0, -47, -48, -48, 49, -14, 47, -45, 127,...
### Describe the bug Error: ``` Traceback (most recent call last): File "/data/tts.py", line 42, in tts.tts_to_file(text=text, file_path="sample.wav") File "/usr/local/lib/python3.10/dist-packages/TTS/api.py", line 332, in tts_to_file self._check_arguments(speaker=speaker, language=language, speaker_wav=speaker_wav, **kwargs) File "/usr/local/lib/python3.10/dist-packages/TTS/api.py",...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) None ### OS Platform and Distribution Android 11 ### MediaPipe Tasks SDK version...