基于det_keypoint_unite的ROS功能包(jetson部署)

文章目录

  • 硬件
  • 软件
  • FastDeploy编译
  • CMakeLists.txt
  • 头文件
  • 源代码

硬件

Jetson AGX Orin 64GB

软件

  • gcc/g++ >= 5.4(推荐8.2)
  • cmake >= 3.10.0
  • jetpack >= 4.6.1
  • opencv=4.2.0

FastDeploy编译

git clone https://github.com/PaddlePaddle/FastDeploy.git
cd FastDeploy
mkdir build && cd

你可能感兴趣的:(深度学习模型部署,ros,c++,jetson)