root-tissue-seg-package

View on PyPIReverse Dependencies (0)

1.0.7 root_tissue_seg_package-1.0.7-py2.py3-none-any.whl

Wheel Details

Project: root-tissue-seg-package
Version: 1.0.7
Filename: root_tissue_seg_package-1.0.7-py2.py3-none-any.whl
Download: [link]
Size: 17604
MD5: 498cc54e61a34286505f45f79bcfd40e
SHA256: eb715cb7d774ad92392cb2cbe5266bc127912d94871d3e871464a6996761604c
Uploaded: 2022-08-03 10:00:50 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: root-tissue-seg-package
Version: 1.0.7
Summary: An mlf-core prediction package for root tissue segmentation.
Author: Julian Wanner
Author-Email: jwgithub[at]mailbox.org
Home-Page: https://github.com/qbic-pipelines/rts-prediction-package/
License: MIT
Keywords: root tissue segmentation
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Requires-Dist: rich (~=10.11.0)
Requires-Dist: click (~=8.0.1)
Requires-Dist: setuptools (~=58.2.0)
Requires-Dist: numpy (~=1.21.2)
Requires-Dist: torch (~=1.9.1)
Requires-Dist: pytorch-lightning (~=1.4.9)
Requires-Dist: torch-optimizer (~=0.1.0)
Requires-Dist: tifffile (~=2021.8.30)
Requires-Dist: PyYAML (~=5.4.1)
Requires-Dist: torchvision (~=0.10.1)
Requires-Dist: torchmetrics (==0.6.0)
Requires-Dist: captum (==0.4.0)
Requires-Dist: alive-progress (==2.4.1)
[Description omitted; length: 2795 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
rts_package/__init__.py sha256=f9ctCJ5LN7IezphxonQ6FybVbKiRNJb-gD0tW25N3Gk 133
rts_package/cli_feat_imp.py sha256=jJ4nKAWwrl8S53EViLXkzJEyzy2AB4TVXiyQvPTwPpM 7564
rts_package/cli_pred.py sha256=BuiiI4jajwqSK6FyG3ysi4JKA7SZpv8LqDNmQ57VK8Q 5894
rts_package/cli_uncert_pred.py sha256=Mhg6AQ6N7AsmimYCYx-kPiE2OJX9-oni4WkDTfeasaU 6141
rts_package/models/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
rts_package/models/unet.py sha256=PJzsYKaYRJXnf8OS3_PHOq5cupYhRfR66wLB5bwHDO4 11586
rts_package/models/unet_super.py sha256=Eq3wT_YSfo-VZ3M2RV_CbAioOdVrw6xgCl0TUMzGBno 736
rts_package/models/unet_utils.py sha256=j73IYvT8aBflthU7pFihZkUg2wB86BDF0AwnsmL4maU 5474
rts_package/utils/__init__.py sha256=ZOMXELe_JTwxPgSSBwqqRRly8kKoFa54VjDQ_pmTiTc 27
rts_package/utils/uncertainty.py sha256=JC2mh3GVZ16lE0XGr1Ieyx4J_HkbmBGMwJL8EorMcuA 1654
root_tissue_seg_package-1.0.7.dist-info/LICENSE sha256=ZBT5t5nWZcE9Y-2_U97R5ZzbL2PKoYjwl3k7kYhomFU 1071
root_tissue_seg_package-1.0.7.dist-info/METADATA sha256=C8O0_iRprr4SITOXSqkaDLUVQ4cMcjoYLunkTF4HCYk 3994
root_tissue_seg_package-1.0.7.dist-info/WHEEL sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg 110
root_tissue_seg_package-1.0.7.dist-info/entry_points.txt sha256=qbDKw-qyojQQJ5_niG6ky-nWkvNnsFP4Z1lvJVT2tp4 152
root_tissue_seg_package-1.0.7.dist-info/top_level.txt sha256=WzsYsPmYm2fEwNUM2IRv1yNWplfbCjze9NPwtMSBIJA 12
root_tissue_seg_package-1.0.7.dist-info/RECORD

top_level.txt

rts_package

entry_points.txt

rts-feat-imp = rts_package.cli_feat_imp:main
rts-pred = rts_package.cli_pred:main
rts-pred-uncert = rts_package.cli_uncert_pred:main