Skip to content

Released version 0.2

Latest
Compare
Choose a tag to compare
@madhawav madhawav released this 18 Mar 05:12
· 3 commits to master since this release

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.