efficientv2-unet

View on PyPIReverse Dependencies (0)

0.0.5 efficientv2_unet-0.0.5-py3-none-any.whl

Wheel Details

Project: efficientv2-unet
Version: 0.0.5
Filename: efficientv2_unet-0.0.5-py3-none-any.whl
Download: [link]
Size: 32343
MD5: c6ed6faf89a0606198ce29d9e6927d47
SHA256: ce2c6dbd9f03d1d0ef8b15ca3a5e0939cbcf3ecc5cd7a7afcebad1d492ca7fcb
Uploaded: 2024-09-09 09:31:47 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: efficientv2-unet
Version: 0.0.5
Summary: A U-Net implementation of the EfficientNetV2.
Author-Email: Loïc Sauteur <loic.sauteur[at]unibas.ch>
Project-Url: homepage, https://github.com/DBM-MCF/efficientv2-unet
Project-Url: repository, https://github.com/DBM-MCF/efficientv2-unet
License: BSD-3-Clause
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Typing :: Typed
Requires-Python: <3.11,>=3.9
Requires-Dist: albumentations (<=1.4.0)
Requires-Dist: keras (==2.10.0); platform_system == "Windows"
Requires-Dist: matplotlib (==3.9.2)
Requires-Dist: notebook (==7.2.2)
Requires-Dist: numpy (<2.0,>1.26)
Requires-Dist: opencv-python (==4.10.0.84)
Requires-Dist: pandas (==2.2)
Requires-Dist: scikit-image (==0.24.0)
Requires-Dist: tensorflow-macos (==2.15.0); platform_system == "Darwin" and platform_machine == "arm64"
Requires-Dist: tensorflow-metal (==1.1.0); platform_system == "Darwin" and platform_machine == "arm64"
Requires-Dist: tensorflow (==2.10.1); platform_system == "Windows"
Requires-Dist: tensorflow (==2.15.0); platform_system == "Darwin" and platform_machine != "arm64"
Requires-Dist: tensorflow[and-cuda] (==2.15.*); platform_system == "Linux"
Requires-Dist: tifffile (==2024.8.30)
Requires-Dist: ipython; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pdbpp; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: rich; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: dev
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 4382 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
efficientv2_unet/__init__.py sha256=kdD2uAwjp0kRFH9pPbV9g6jDT06EvZqkd1AkOVKhfQE 294
efficientv2_unet/__main__.py sha256=Aoz7pfFYKXg4o6RrMjtmHhnki2KdrLlxC0Q8p4ZEndQ 5894
efficientv2_unet/cli.py sha256=0At_aomux9I50Ju4OFiqnQSwq4EnoR4_ZApSsgscoRQ 2930
efficientv2_unet/version.py sha256=5xXJSaa3BXOlN6NTRSkTiwk2_Ww7hin3xh0NtdPv2JM 630
efficientv2_unet/model/__init__.py sha256=iHgqhfb80ZAojFKtNAmyOhMjp6fU4LrUKC24zlivj7M 145
efficientv2_unet/model/efficientv2_unet.py sha256=jXRCkrjPWf536qslqrIqsXXb36y-C_8naE8B4n0YTrM 32093
efficientv2_unet/model/metrics.py sha256=crM211iOJtmn3hx3_ltInHljOJx7dwDP1Npd1J2D9Ds 9174
efficientv2_unet/model/predict.py sha256=TSmbQdSBpdJ9cvTHhVzn4iCRjlmLHBM20OOapF-kK8Y 9214
efficientv2_unet/utils/__init__.py sha256=A2ix6FCz5QGiIT_EXDAiATTBa6jicQOpDU9aSwfOpG8 45
efficientv2_unet/utils/data_generation.py sha256=x2DMB2ric689lCRaZE5Uo64oZAWYYQmeNIovmFL5mBI 26112
efficientv2_unet/utils/tile_utils.py sha256=BNCNnQXmmn05SesIMSv6yrt22V95ChBwgUT-0YEid0o 9082
efficientv2_unet/utils/visualize.py sha256=dxqp75zXzh96CRWABspOS05TLyld9kjwN9b8ekxCdjU 1905
efficientv2_unet-0.0.5.dist-info/METADATA sha256=bEjTJl6NUCuWp9mYm-KoXCHLepnvgu1uwrNKzQYBbl0 6242
efficientv2_unet-0.0.5.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
efficientv2_unet-0.0.5.dist-info/entry_points.txt sha256=r8KrkUnq9hETJWZ_efvMCnCF7UAxy7RcRxvxF5MafaI 59
efficientv2_unet-0.0.5.dist-info/licenses/LICENSE sha256=9MrEkiVKL_TWvw17seci09jXoz9ZxqzGJr1yvVHRkpM 1500
efficientv2_unet-0.0.5.dist-info/RECORD

entry_points.txt

ev2unet = efficientv2_unet.__main__:main