You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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