nnUNet/setup.py/ Jump to executable file24 lines (23 sloc)845 Bytes RawBlame fromsetuptoolsimportsetup setup(name='nnunet', version='0.1', description='no new-net. Framework for out-of-the box medical image segmentation.', url='https://github.com/MIC-DKFZ/nnUNet', ...
setup(name='nnunet', packages=["nnunet"], version='0.1', description='no new-net. Framework for out-of-the box medical image segmentation.', url='https://github.com/MIC-DKFZ/nnUNet', author='Division of Medical Image Computing, German Cancer Research Center',...
from setuptools import setup setup(name='nnunet', packages=["nnunet", "nnunet.dataset_conversion", "nnunet.evaluation", "nnunet.evaluation.model_selection", "nnunet.experiment_planning", "nnunet.inference", "nnunet.network_architecture", "nnunet.preprocessing", "nnunet.run", "nnunet.traini...
My nnUNet fork with minor modification and Docker image for MICCAI StructSeg challenge and VerSe challenge. - nnUNet/setup.py at master · apple3C/nnUNet
from setuptools import setup, find_namespace_packages setup(name='nnunet', packages=find_namespace_packages(include=["nnunet", "nnunet.*"]), version='1.7.0', description='nnU-Net. Framework for out-of-the box biomedical image segmentation.', url='https://github.com/MIC-DKFZ/nnUNet',...
from setuptools import setup, find_namespace_packages setup(name='nnunet', packages=find_namespace_packages(include=["nnunet", "nnunet.*"]), version='1.6.6', description='nnU-Net. Framework for out-of-the box biomedical image segmentation.', url='https://github.com/MIC-DKFZ/nnUNet',...
from setuptools import setup setup(name='nnunet', version='0.1', description='no new-net. Framework for out-of-the box medical image segmentation.', url='https://github.com/MIC-DKFZ/nnUNet', author='Division of Medical Image Computing, German Cancer Research Center', author_email='f.isen...
from setuptools import setup, find_namespace_packages setup(name='nnunet', packages=find_namespace_packages(include=["nnunet", "nnunet.*"]), version='1.7.0', description='nnU-Net. Framework for out-of-the box biomedical image segmentation.', url='https://github.com/MIC-DKFZ/nnUNet',...
nnunet .gitignore LICENSE readme.md requirements.txt setup.cfg setup.py Breadcrumbs nnUNet / Latest commit FabianIsensee updated requirements Sep 6, 2019 9c98eb9·Sep 6, 2019 History History File metadata and controls executable file ·
nnunet tests .gitignore LICENSE readme.md setup.cfg setup.pyBreadcrumbs nnUNet/ setup.cfgLatest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 2 lines (2 loc) · 39 Bytes Raw [metadata] description-file = readme.md 1 2 While...