# Atlas_200DK_yolov5_cpp_deep_sort **Repository Path**: weiluo1992/atlas_200-dk_yolov5_cpp_deep_sort ## Basic Information - **Project Name**: Atlas_200DK_yolov5_cpp_deep_sort - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-10-12 - **Last Updated**: 2021-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Atlas_200DK_yolov5_cpp More details at [https://blog.csdn.net/qq_36530992/article/details/110264364](https://blog.csdn.net/qq_36530992/article/details/110264364) atc --model=modify_640_yolov5_ac.onnx --framework=5 --output=yolov5_640_bsd_ac --input_format=NCHW --log=info --soc_version=Ascend310 --input_shape="images:-1,12,320,320" --out_nodes="Transpose_203:0;Transpose_205:0;Transpose_207:0" --enable_small_channel=1 --dynamic_batch_size="1,2" vscode launch config { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "(gdb) launch", "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/out/main", "args": ["../data"], "stopAtEntry": false, "cwd": "${workspaceFolder}/src", "environment": [], "externalConsole": false, "MIMode": "gdb", "miDebuggerPath": "/usr/bin/gdb", "miDebuggerServerAddress": "192.168.0.100:1234", "setupCommands": [ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true } ] } ] } debug command: gdbserver 127.0.0.1:1234 ./main deepsort install dependence: sudo apt-get install uuid-dev sudo apt-get install libeigen3-dev