Skip to content

Tags: Pandede/WPODNet-Pytorch

Tags

1.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version

1.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Wraps as a package and publish to PyPI (#16)

* add `__version__`

* add torch related packages

* add `pyproject.toml`

* add shortcuts

* add workflows

* use python `3.10` for cicd

* add quotes

* fix incorrect cli of `ruff`

* change condition to trigger CD

1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce `dim_min` and `dim_max` to regulate input image dimensions (#…

…15)

* Introduction of the parameters Dmin and Dmax, which regulate the input image dimensions into the model

* Rename Dmin to dim_min and Dmax to dim_max

1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `Prediction.confidence` should be `float` but not `numpy.ndarray` #7