assets-library/world/chess/detection/darknet_build.sh

10 lines
256 B
Bash
Raw Permalink Normal View History

2023-12-15 14:01:00 +03:00
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