From 156790b383101756e2324dcde63415f00ba94a86 Mon Sep 17 00:00:00 2001 From: adamhrv Date: Sun, 4 Nov 2018 21:44:20 +0100 Subject: . --- notes/frameworks/darknet.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 notes/frameworks/darknet.md (limited to 'notes/frameworks/darknet.md') diff --git a/notes/frameworks/darknet.md b/notes/frameworks/darknet.md new file mode 100644 index 00000000..c2d73294 --- /dev/null +++ b/notes/frameworks/darknet.md @@ -0,0 +1,13 @@ +# Darknet + +Installation + +- `git clone https://github.com/AlexeyAB/darknet darknet_ab` +- if `make` errors + - `export LD_LIBRARY_PATH=/usr/local/cuda-9.0/lib64:$LD_LIBRARY_PATH` + - `export PATH=/usr/local/cuda-9.0/bin:$PATH` + - `make clean && make` + +# YOLO Python GPU interface + +- `git clone https://github.com/madhawav/YOLO3-4-Py` and follow setup for GPU \ No newline at end of file -- cgit v1.2.3-70-g09d2