Skip to content

Releases: madhawav/YOLO3-4-Py

Released version 0.2

18 Mar 05:12
Compare
Choose a tag to compare

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.