Metadata-Version: 2.2
Name: tardis_em
Version: 0.3.18
Summary: PyTorch segmentation of 2D/3D images such as electron tomography (ET),Cryo-EM or fluorescent microscopy data into 3D segmented point cloud.
Home-page: https://github.com/SMLC-NYSBC/TARDIS
Author: Robert Kiewisz, Tristan Bepler
Author-email: rkiewisz@nysbc.org
License: MIT
Keywords: semantic segmentation,instance segmentation,MT segmentation,membrane segmentation,CNN,FNet,DIST
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Environment :: Console
Classifier: Environment :: GPU :: NVIDIA CUDA :: 11
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: !=3.12,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>2.0.0
Requires-Dist: numpy>=2.0.0
Requires-Dist: pandas>=2.2.0
Requires-Dist: tifffile
Requires-Dist: imagecodecs
Requires-Dist: scikit-learn>1.0.1
Requires-Dist: scikit-image>0.19.2
Requires-Dist: scipy>=1.10.0
Requires-Dist: plyfile>=0.9
Requires-Dist: requests>=2.31.0
Requires-Dist: ipython>8.10.0
Requires-Dist: click>8.0.4
Requires-Dist: setuptools>=67.6.0
Provides-Extra: open3d
Requires-Dist: open3d; extra == "open3d"
Provides-Extra: pyvista
Requires-Dist: pyvista; extra == "pyvista"
Provides-Extra: nd2
Requires-Dist: nd2; extra == "nd2"
Requires-Dist: roi; extra == "nd2"
Provides-Extra: all
Requires-Dist: open3d; extra == "all"
Requires-Dist: pyvista; extra == "all"
Requires-Dist: nd2; extra == "all"
Requires-Dist: roi; extra == "all"

MIT License

Copyright (c) 2022 Robert Kiewisz, Tristan Bepler

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
