isarsoft / yolov4-triton-tensorrt

This repository deploys YOLOv4 as an optimized TensorRT engine to Triton Inference Server
http://www.isarsoft.com
Other
276 stars 63 forks source link

How to use client.py by shared-memory #31

Closed 17702513221 closed 3 years ago

17702513221 commented 3 years ago

Can you help me

17702513221 commented 3 years ago

I want to copy simple_grpc_shm_client.py,but input_byte_size = input0_data.size * input0_data.itemsize i do not know how to deal

philipp-schmidt commented 3 years ago

You solved it?