cryoet-deepfinder

View on PyPIReverse Dependencies (0)

0.2.0 cryoet_deepfinder-0.2.0-py3-none-any.whl

Wheel Details

Project: cryoet-deepfinder
Version: 0.2.0
Filename: cryoet_deepfinder-0.2.0-py3-none-any.whl
Download: [link]
Size: 45641
MD5: d274f81f42ff96852cee9021485a9796
SHA256: d87f0bc28c3af19dd2db23467a4eec161f1ce536e2f3e470627564c575fccb86
Uploaded: 2023-11-27 16:17:32 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: cryoet-deepfinder
Version: 0.2.0
Summary: DeepFinder is an original deep learning approach to localize macromolecules in cryo electron tomography images. The method is based on image segmentation using a 3D convolutional neural network.
Author: E. Moebel
Author-Email: emmanuel.moebel[at]gmail.com
License: GPL-3.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.9
Requires-Dist: tensorflow (==2.11.1)
Requires-Dist: lxml (>=4.9.3)
Requires-Dist: mrcfile (>=1.4.3)
Requires-Dist: scikit-learn (==1.3.2)
Requires-Dist: scikit-image (==0.22.0)
Requires-Dist: matplotlib (>=3.8.1)
Requires-Dist: PyQt5 (==5.13.2)
Requires-Dist: pyqtgraph (==0.13.3)
Requires-Dist: openpyxl (>=3.1.2)
Requires-Dist: pycm (>=4.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3918 characters]

WHEEL

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

RECORD

Path Digest Size
deepfinder/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
deepfinder/inference.py sha256=qrp0KzDhj42SMNia89EwK5JiT4NlgwnDflTM4Vcz4M0 11269
deepfinder/losses.py sha256=OKoQLoRoeUZTV-zE-VcNJyd7zbuH2Y2s5_Nx9wxCTo4 2020
deepfinder/models.py sha256=f6OZNtEoE4eWsJJPQAsZBwH1fqlctWwV296B0Qtk9gU 2198
deepfinder/training.py sha256=SQfjBP1qkSQTaTyckTy-cYekL0waiX_nwlX6dcONgPs 24665
deepfinder/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
deepfinder/utils/common.py sha256=izv3lUww2rrF2LT05PvdTbM_8Ex2P9D8uGTyGM4qpKQ 11004
deepfinder/utils/core.py sha256=hoDWoBGvqFhYC3-2fGcw-vnHF6kUO5WgfM367zNAg4M 12925
deepfinder/utils/dataloader.py sha256=TSAf5s_WiDXwgdWETu2eVmKLkrOrEQG8ivmgfsQERV0 2111
deepfinder/utils/eval.py sha256=0a-aF0nmLCGXvcvnCBqfiRowtRx-1hJVKzdNHcYSG1E 10751
deepfinder/utils/objl.py sha256=sMJV_9_9-_MC2lzR50Pbj2ediI6sNOA0PmnBcAW-HvA 15399
deepfinder/utils/params.py sha256=rd_Mpa7QuLrL4tdhc9K-WcExo94tTSE6Uw2hf4u2Qck 11188
deepfinder/utils/smap.py sha256=uZ-h9tkhdOHPTMIYhAvNzCR9H8Fy8AWIh16J-yVBwBc 2710
cryoet_deepfinder-0.2.0.dist-info/LICENSE sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s 35148
cryoet_deepfinder-0.2.0.dist-info/METADATA sha256=jrC5dKxdM3BWLwRXw4F_Rve1P7S-S38GSiyjNUcKF8o 5490
cryoet_deepfinder-0.2.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
cryoet_deepfinder-0.2.0.dist-info/entry_points.txt sha256=yC9E9OxF3xAegyDqbAtMnO56vFt9sK960hLsi4ULAzA 260
cryoet_deepfinder-0.2.0.dist-info/top_level.txt sha256=SuRoqBblMoMZye4rfmOhMLtRi0bJn5PFc0qc-ElSpb4 11
cryoet_deepfinder-0.2.0.dist-info/RECORD

top_level.txt

deepfinder

entry_points.txt

annotate = deepfinder.bin.annotate:main
cluster = deepfinder.bin.cluster:main
display = deepfinder.bin.display:main
generate_target = deepfinder.bin.generate_target:main
segment = deepfinder.bin.segment:main
train = deepfinder.bin.train:main