Ali Bakhshinejad

Results 3 comments of Ali Bakhshinejad
trafficstars

Hi @Kromtar I managed to load your onnx models into the Triton inference server. I reworked the whole code to work and everything goes end to end. However, the results...

right now I have these in dev environment `name: "ocr-detection-onnx" platform: "onnxruntime_onnx" max_batch_size : 0 input [ { name: "input1" data_type: TYPE_FP32 format: FORMAT_NCHW dims: [ 3, -1, -1 ]...

Hi, The EasyOCR is a four-step process, 1) pre-processing, 2) detection, 3) classification, 4) post-processing I moved steps 2 and 3 to Tirton and 1 and 4 are left on...