A refactored U2Net implementation.
Install dependencies:
poetry installRun unit tests:
pytest tests.pyThis validates that the new implementation (u2net.py) is an exact match of the one from the original codebase (u2net_original.py).
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A refactored U2Net implementation.
Install dependencies:
poetry installRun unit tests:
pytest tests.pyThis validates that the new implementation (u2net.py) is an exact match of the one from the original codebase (u2net_original.py).