From 71437a936d398ee40342cd140a14c2e4f00bea9f Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Thu, 17 May 2018 19:50:27 +0000
Subject: [PATCH] Update Readme.md

---
 darknet.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/darknet.py b/darknet.py
index 2deff4f..9888c22 100644
--- a/darknet.py
+++ b/darknet.py
@@ -118,7 +118,7 @@
             lib = CDLL(winGPUdll, RTLD_GLOBAL)
             print("Environment variables indicated a CPU run, but we didn't find `"+winNoGPUdll+"`. Trying a GPU run anyway.")
 else:
-    lib = CDLL("./libdarknet.so", RTLD_GLOBAL)
+    lib = CDLL("./darknet.so", RTLD_GLOBAL)
 lib.network_width.argtypes = [c_void_p]
 lib.network_width.restype = c_int
 lib.network_height.argtypes = [c_void_p]

--
Gitblit v1.10.0