isarsoft / yolov4-triton-tensorrt

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

Using another model #10

Closed ontheway16 closed 4 years ago

ontheway16 commented 4 years ago

Hi, I am planning to train an image classification model (ResNet) and hoping to make use of it in this repo, along with YOLO. If this is possible, which client i should use for it ?

(I mean the clients presented with Triton)