Pose Estimation using TensorRT on NVIDIA Jetson: Difference between revisions

m
no edit summary
mNo edit summary
 
mNo edit summary
 
Line 1: Line 1:
<seo title="Pose Estimation using TensorRT on NVIDIA Jetson | RidgeRun" titlemode="replace" keywords=" GStreamer, Pose Estimation, TensorRT, NVIDIA Jetson, PyTorch, Jetcam, torch2trt, TensorRT demo, Pose Estimation demo, NVIDIA Jetson TX2, Jetson TX2"  description="This wiki page explains about how to setup, configure, build, install and run the demo on Pose Estimation using TensorRT on NVIDIA Jetson."></seo>
{{#seo:
|title=Pose Estimation using TensorRT on NVIDIA Jetson
|title_mode=replace
|description={{{description|This wiki page explains about how to setup, configure, build, install and run the demo on Pose Estimation using TensorRT on NVIDIA Jetson.}}}
}}
{{NVIDIA Pref Partner logo and RR Contact}}


__TOC__
__TOC__
Line 35: Line 40:
===Applying Patch===
===Applying Patch===
*'''You will need to disable NCCL (NVIDIA multi-GPU library for desktop GPUs) and distributed processing. Also load the CUDA toolkit library as static. Here is the patch'''
*'''You will need to disable NCCL (NVIDIA multi-GPU library for desktop GPUs) and distributed processing. Also load the CUDA toolkit library as static. Here is the patch'''
<syntaxhighlight lang=python>  
<syntaxhighlight lang="python">  
diff --git a/CMakeLists.txt b/CMakeLists.txt
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 159b15367e..6f7423df4e 100644
index 159b15367e..6f7423df4e 100644
Line 108: Line 113:
=== Install Jetcam ===  
=== Install Jetcam ===  
'''(Jetcam is a NVIDIA util to access a CSI or USB camera in Python)'''
'''(Jetcam is a NVIDIA util to access a CSI or USB camera in Python)'''
<syntaxhighlight lang=python>  
<syntaxhighlight lang="python">  
git clone https://github.com/NVIDIA-AI-IOT/jetcam
git clone https://github.com/NVIDIA-AI-IOT/jetcam
cd jetcam
cd jetcam