NVIDIA-AI-IOT / trt_pose

Real-time pose estimation accelerated with NVIDIA TensorRT
MIT License
978 stars 292 forks source link

python 2 support ? #126

Open abhishekpg-ah opened 3 years ago

abhishekpg-ah commented 3 years ago

does trt_pose works on python 2.7 ?

igormusinov commented 3 years ago

why do you need python 2.7?

abhishekpg-ah commented 3 years ago

Hi im using Robot Operating System(ROS melodic) in Jetson Nano which supports only python 2.7. If not trt_pose is there any other library which provides human skelton ?

Funderburger commented 3 years ago

You can run python3 code with ROS Melodic, there are some ways to do this, but this depends on what are you trying to accomplish.