DenisTome / Lifting-from-the-Deep-release

Implementation of "Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image"
https://denistome.github.io/papers/lifting-from-the-deep
GNU General Public License v3.0
450 stars 133 forks source link

TensorRT implementation of the model for real time inference #52

Open sohail759 opened 3 years ago

sohail759 commented 3 years ago

I ran your code on GTX-1080ti and it was hardly giving 5 fps after muting visualization. I have generated a frozen graph from meta data and then tried to convert that graph to tensor-rt. But it failed to convert. Can you share frozen graph of your model or upload a converted tensor-rt model?