Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

TensorRT 6 for detection + classification #41

Open
mkh-github opened this issue Oct 3, 2019 · 2 comments
Open

TensorRT 6 for detection + classification #41

mkh-github opened this issue Oct 3, 2019 · 2 comments

Comments

@mkh-github
Copy link

Using gpu-rest-engine, i created a service that could detect, classify -or- detect and then classify. First step is to do detection with SSD using of a single class (other than background), and then take crops from the bounding boxes and run through a googlenet classiifer.

Would I be able to do the same with TRT inference server? or would I need to use https://github.com/NVIDIA/tensorrt-laboratory?

Thanks!! the gpu-rest-engine has worked very well, but wanting to upgrade to TRT 6 and having issues.

@flx42
Copy link
Member

flx42 commented Oct 3, 2019

Hello @mkh-github. You should ask them directly on their GitHub. TRTIS is open source too: https://github.com/NVIDIA/tensorrt-inference-server

They will be in a better position to answer you.

@ryanolson
Copy link

TRTIS has an ensemble API which allows you to chain models together.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants