Count_People/C++/readme.md

23 lines
616 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 客流统计算法(C++)
## 环境配置
### 安装RK1109/RK1126交叉编译工具链
### Opencv交叉编译
https://download.csdn.net/blog/column/11410227/120825584#2.1%20%E4%B8%8B%E8%BD%BD%E6%BA%90%E7%A0%81%E5%B9%B6%E8%A7%A3%E5%8E%8B
### OpenSSL交叉编译
### Curl交叉编译
## 编译
mkdir build
cd build
cmake ..
make
## 运行
本程序依赖于opencv-4.5.3opensslcurl在运行前确保将上述依赖库中的so文件都push到了板子的/usr/lib目录下。程序和模型最好放置于/data目录下。
./yolo_bytetrack model_path video_path baseline xmin xmax