NVIDIA-AI-IOT / trt_pose

Real-time pose estimation accelerated with NVIDIA TensorRT
MIT License
957 stars 290 forks source link

Is there any pure python post-processing implementation for test? #157

Open Lukikay opened 2 years ago

Lukikay commented 2 years ago

Hi, is there any pure python implementation for the post-processing? I noticed this cpp torch binding parsing is fast, but it costs too much CPU usage (peak value at 100%). Or can I have any other parsing alternatives for testing?

Thanks