Skip to content

A python yolo detector class build upon the darknet.py in order to encapsulate functionalities. FIxed the memory leak issue.

License

Notifications You must be signed in to change notification settings

CdAB63/YOLO_Detector_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YOLO_Detector_python

A python yolo detector class build upon the darknet.py in order to encapsulate functionalities. FIxed the memory leak issue.

It does not include libdarknet.so because it is dependent on the architecture (x96_64, AARCH64, linux, OS10, Windows, etc) and also because it would freeze the library in a given version.

To build the libdarknet.so just:

  1. git clone https://github.com/AlexeyAB/darknet
  2. cd darknet
  3. edit the Makefile (if not Windows)
  4. make

And there will be the libdarknet.so in the build directory

TO build the windows version, just follow the instructions in AlexeyAB git

Thank you

About

A python yolo detector class build upon the darknet.py in order to encapsulate functionalities. FIxed the memory leak issue.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages