Yasin TÜRKMENOĞLU

Results 4 issues of Yasin TÜRKMENOĞLU

Traceback (most recent call last): File "convert.py", line 52, in info(opt) File "convert.py", line 18, in info result = text_recogn.predict(opt,img_path) File "/home/kc/Desktop/torch2trt/lib/helpers2.py", line 99, in predict model_trt = torch2trt(model, [img],...

How to optimize the model via TensorRT?

``` RuntimeError Traceback (most recent call last) [](https://localhost:8080/#) in () 13 14 x = x.detach().numpy() ---> 15 y, feature = run_tflite_model(x) 16 17 y = torch.from_numpy(y) 1 frames [/usr/local/lib/python3.7/dist-packages/tensorflow/lite/python/interpreter.py](https://localhost:8080/#) in...