summaryrefslogtreecommitdiff
path: root/notes/frameworks/darknet.md
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-11-25 22:19:57 +0100
committerJules Laplace <julescarbon@gmail.com>2018-11-25 22:19:57 +0100
commite1fa31bfd6a938341c3a8a63f238d0952cf4b429 (patch)
treec61394d69022c026321a28cc0cf12c99208605c1 /notes/frameworks/darknet.md
parentee3d0d98e19f1d8177d85af1866fd0ee431fe9ea (diff)
parent0529d4cd1618016319e995c37aa118bf8c2d501b (diff)
merge
Diffstat (limited to 'notes/frameworks/darknet.md')
-rw-r--r--notes/frameworks/darknet.md13
1 files changed, 13 insertions, 0 deletions
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