assets-library/world/chess/detection/darknet_build.sh
2023-12-15 14:01:00 +03:00

10 lines
No EOL
256 B
Bash
Executable file

cd ~
git clone https://github.com/AlexeyAB/darknet
cd darknet
mkdir build_release
cd build_release
cmake ..
cmake --build . --target install --parallel 8
# по итогу в папке ~/darknet/build_release/
# появится бинарник darknet