Alexander Komarov

Results 4 issues of Alexander Komarov

How I understand libyami doesn't support it now.

VaapiPostProcessScaler doesn't work. It returns SharedPtr < VideoFrame > with zeros in crop.width and crop.height. I tested it on the vpp test and my application. I use DRM as display....

**Description** TritonServer fails on loading models when I test warmuping for 4 equal ONNX models. I use [mobilenetv2 from ONNX Model Zoo](https://github.com/onnx/models/blob/main/vision/classification/mobilenet/model/mobilenetv2-12.onnx). But actually I tested on a couple of...

bug
investigating

I tested `tritonclient:2.43.0` on Ubuntu:22.04 with `grpcio:1.62.1` and was confronted with a memory leak. Example for reproduction: ``` import asyncio from tritonclient.grpc.aio import InferenceServerClient async def get_triton_client(): return InferenceServerClient(url='127.0.0.1:8002', verbose=True)...