NVIDIA / gpu-rest-engine

A REST API for Caffe using Docker and Go
BSD 3-Clause "New" or "Revised" License
421 stars 94 forks source link

tensorrt FasterRcnn with GRE ? #20

Closed mkh-github closed 6 years ago

mkh-github commented 6 years ago

I was able to extend GRE to use caffemodel for SSD to allow for object detection with this webservice. Now, I would like to try and use the tensorrt GRE server with FasterRCNN. I have been trying to merge the sampleFasterRCNN code from TensorRT with the GRE tensorrt server but I'm running into issues. can you provide some insight in to how this can be done?

mkh-github commented 6 years ago

Never mind, I got it. closing issue.