we will provide a yolov4 triton client example in this repo
the yolov4 tensorrt engine were generated from: https://github.com/wang-xinyu/tensorrtx which is a awesome repo with lots of famous network tensorrt implmentation
pre-requirement:
- docker
- triton server serving with yolov4 more detail here
docker build -t yolov4_triton_client .
docker run -ti --net host -v $(pwd):/tmp/script yolov4_triton_client /bin/bash;
python /tmp/script/simple_grpc_infer_client.py