Jetson Nano Creating a Human Pose Estimation Application with NVIDIA DeepStream

参考:DeepStream-l4t

1. Jetson Nano 安装 DeepStream-l4t


  1. docker pull:拉取镜像
docker pull nvcr.io/nvidia/deepstream-l4t:5.0.1-20.09-samples
  1. Run the container:运行镜像
    2.1 Allow external applications to connect to the host’s X display:(允许外部应用程序连接到主机的X显示器)
    xhost +
    
    2.2 Run the docker container using the nvidia-docker (use the desired container tag in the command line below):启动容器
    sudo docker run -it --net=host --runtime nvidia  -e DISPLAY=$DISPLAY -w /opt/nvidia/deepstream/deepstream-5.0 -v /tmp/.X11-unix/:/tmp/.X11-unix nvcr.io/nvidia/deepstream-l4t:5.0.1-20.09-samples
    

2. Creating a Human Pose Estimation Application with NVIDIA DeepStream

参考:Creating a Human Pose Estimation Application with NVIDIA DeepStream
环境依赖:

  1. DeepStream SDK 5.0 : 上面已经安装
  2. CUDA 10.2: jetsonnano预装
  3. TensorRT 7.x: jetsonnano预装

Step 1: Write the post-processing code required for your model

下载 deepstream_pose_estimation代码 NVIDIA-AI-IOT/deepstream_pose_estimation

git clone https://github.com/NVIDIA-AI-IOT/deepstream_pose_estimation.git
Step 2: Download the human pose estimation model and convert it to ONNX

下载 NVIDIA-AI-IOT/trt_pose 代码 NVIDIA-AI-IOT/trt_pose

git clone https://github.com/NVIDIA-AI-IOT/trt_pose.git
Step 3: Replace the OSD library in the DeepStream install directory
Step 4: Edit the DeepStream configuration file
Step 5: Edit the makefile to include platform-specific build flags
Step 6: Compile and run the DeepStream app
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

GeekPlusA

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值