PP-Tracking C++ deployment

overview

PP-Tracking is the industry's first open source real-time tracking system based on the Flying Paddle deep learning framework. In response to the difficulties and pain points of actual business, PP-Tracking has built-in capabilities and industrial applications such as pedestrian and vehicle tracking, cross-camera tracking, multi-category tracking, small target tracking and traffic counting, and also provides a visual development interface. The model integrates multi-target tracking, target detection, and ReID lightweight algorithms to further improve the deployment performance of PP-Tracking on the server side. It also supports python and C++ deployment and adapts to Linux and Nvidia Jetson multi-platform environments.
Insert image description here

environment

  • free18.04
  • gcc/g++ >= 5.4 (8.2 is recommended)
  • cmake >= 3.18.0
  • cuda >= 11.2
  • cudnn >= 8.2
  • opencv4.6
  • fastdeploy

fastdeploy source code compilation

おすすめ

転載: blog.csdn.net/weixin_42990464/article/details/132976825