YOLO3 4 Py Versions Save

A Python wrapper on Darknet. Compatible with YOLO V3.

v0.2

3 years ago

Released version 0.2 to PyPI

Breaking Changes

  1. The category labels returned by the pydarknet.Detector.detect() method are now strings. Refer this commit for details.
  2. pydarknet.is_compiled_with_gpu and pydarknet.is_compiled_with_opencv are now methods. Refer this edit for details.

Other Changes

  1. Improved docstrings.
  2. Various code clean-ups.