Skip to content

penolove/yolov4_triton_client

Repository files navigation

yolov4_triton_client

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:

run a client

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published