Commit Graph

10 Commits

Author SHA1 Message Date
24f563ce71 Example of usage cv2.imread() in the darknet.py 2018-05-17 23:26:55 +03:00
b34c913d2e darknet.py change libdarknet.so to darknet.so 2018-05-16 15:16:41 +03:00
89c11f83ed Fixed darknet.py - uses batch=1 by default 2018-05-16 15:05:46 +03:00
573d7e8081 Added def array_to_image(arr): to the darknet.py
Usage:
    import scipy.misc
    sci_image = scipy.misc.imread(image)
    im, arr = array_to_image(sci_image)
2018-05-16 03:03:23 +03:00
51fbf01277 Address GPU message in root dir 2018-05-04 15:07:45 -07:00
3a2a8653a6 Fix detection paths 2018-05-04 14:59:29 -07:00
9c400dc5b8 Remove debugging line 2018-05-04 14:46:33 -07:00
3459c47bfa Also replace root version to Python3 2018-05-04 14:00:11 -07:00
408bde78ff Fixed darknet.py for Linux 2018-04-13 17:32:10 +03:00
fc496d52bf Yolo can be used from Python 2.x using /darknet.py on Linux or darknet/x64/darknet.py on Windows 2018-04-12 22:32:57 +03:00