Artem Razdyakonov

Results 6 issues of Artem Razdyakonov

I am trying to convert model created from TensorFlow Object Detection API from saved_model.pb to Onnx format. Unfortunately, next issue arrises: ValueError: StridedSlice: attribute new_axis_mask not supported [Here ](https://drive.google.com/drive/folders/1h9DDU1x7mTV3edQXi4_cUCxIDGjuEmYA?usp=sharing)you can...

pending on user response

Hello! Your work is amazing. I am really into using it in my project to solve face match tasks. However, I have to use my own dataset. Is it possible...

Right now i am trying to port silero_vad model from Onnx format to TensorFlow with [onnx_tf](https://github.com/onnx/onnx-tensorflow). However, after **.export_graph** next error occurs: BackendIsNotSupposedToImplementIt: in user code: File "c:\users\rtm51\downloads\onnx-tensorflow\onnx_tf\backend_tf_module.py", line 99,...

When I start training I get these warnings ![image](https://user-images.githubusercontent.com/65365762/170291784-6d809e6d-826d-482a-bd57-f2284ae8a9c9.png) My images are labeled like this: 1_САМАРА_26.jpg 2_ЛЕМЕШКО_13.jpg and so on I've added utf8 encoding ![image](https://user-images.githubusercontent.com/65365762/170293086-cb53f7e0-4bb9-4fe1-b83c-93734aec5203.png) How to read russian text...

Hello! Your generators are mentioned in EasyOCR repository as an advised method for generating data for training custom text recognition models. Is there any opportunity to generate dataset of Cyrillic...

Hello everyone! I am interested in converting Russian text into spoken audio but with specific voice. Is there a way to change the voice itself without affecting the language? If...

help wanted