DLMUSE


NameDLMUSE JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/CBICA/DLMUSE/
SummaryDLMUSE - Deep Learning MUlti-atlas region Segmentation utilizing Ensembles of registration algorithms and parameters
upload_time2024-10-02 21:33:46
maintainerGeorge Aidinis, Spiros Maggioros, Kyunglok Baik, Alexander Getka
docs_urlNone
authorGuray Erus, Vishnu Bashyam, George Aidinis, Kyunglok Baik, Alexander Getka, Wu Di
requires_python>=3.8
licenseBy installing/using DLMUSE, the user agrees to the following license: See https://www.med.upenn.edu/cbica/software-agreement-non-commercial.html
keywords deep learning image segmentation semantic segmentation medical image analysis medical image segmentation nnu-net nnunet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DLMUSE - Deep Learning MUlti-atlas region Segmentation utilizing Ensembles of registration algorithms and parameters

## Overview

DLMUSE uses a trained [nnUNet](https://github.com/MIC-DKFZ/nnUNet) model to compute the segmentation of the brain into [MUSE](https://www.med.upenn.edu/cbica/sbia/muse.html) ROIs from the nifti image of the Intra Cranial Volume (ICV - see [DLICV method](https://github.com/CBICA/DLICV)), oriented in _**LPS**_ orientation. It produces the segmented brain, along with a .csv file of the calculated volumes of each ROI.

## Installation

### As a python package

```bash
pip install DLMUSE
```

### Directly from this repository

```bash
git clone https://github.com/CBICA/DLMUSE
cd DLMUSE
pip install -e .
```

### Installing PyTorch
Depending on your system configuration and supported CUDA version, you may need to follow the [PyTorch Installation Instructions](https://pytorch.org/get-started/locally/). 

## Usage

A pre-trained nnUNet model can be found at our [hugging face account](https://huggingface.co/nichart/DLMUSE/tree/main). Feel free to use it under the package's [license](LICENSE).

### From command line
```bash
DLMUSE -i "input_folder" -o "output_folder" -device cpu
```
For more details, please refer to

```bash
DLMUSE -h
```

## \[Windows Users\] Troubleshooting model download failures
Our model download process creates several deep directory structures. If you are on Windows and your model download process fails, it may be due to Windows file path limitations. 

To enable long path support in Windows 10, version 1607, and later, the registry key `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem LongPathsEnabled (Type: REG_DWORD)` must exist and be set to 1.

If this affects you, we recommend re-running DLMUSE with the `--clear_cache` flag set on the first run.

## Contact

For more information, please contact [CBICA Software](mailto:software@cbica.upenn.edu).

## For Developers

Contributions are welcome! Please refer to our [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to report bugs, suggest enhancements, and contribute code.
Please make sure to write tests for new code and run them before submitting a pull request.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CBICA/DLMUSE/",
    "name": "DLMUSE",
    "maintainer": "George Aidinis, Spiros Maggioros, Kyunglok Baik, Alexander Getka",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "aidinisg@pennmedicine.upenn.edu, Spiros.Maggioros@pennmedicine.upenn.edu, kyunglok.baik@pennmedicine.upenn.edu, alexander.getka@pennmedicine.upenn.edu",
    "keywords": "deep learning, image segmentation, semantic segmentation, medical image analysis, medical image segmentation, nnU-Net, nnunet",
    "author": "Guray Erus, Vishnu Bashyam, George Aidinis, Kyunglok Baik, Alexander Getka, Wu Di",
    "author_email": "software@cbica.upenn.edu",
    "download_url": "https://files.pythonhosted.org/packages/1b/02/1747ef61d3cd2409748c95c2db731fa9d79ce804ed7024c19ea81ddd0545/dlmuse-1.0.3.tar.gz",
    "platform": null,
    "description": "# DLMUSE - Deep Learning MUlti-atlas region Segmentation utilizing Ensembles of registration algorithms and parameters\n\n## Overview\n\nDLMUSE uses a trained [nnUNet](https://github.com/MIC-DKFZ/nnUNet) model to compute the segmentation of the brain into [MUSE](https://www.med.upenn.edu/cbica/sbia/muse.html) ROIs from the nifti image of the Intra Cranial Volume (ICV - see [DLICV method](https://github.com/CBICA/DLICV)), oriented in _**LPS**_ orientation. It produces the segmented brain, along with a .csv file of the calculated volumes of each ROI.\n\n## Installation\n\n### As a python package\n\n```bash\npip install DLMUSE\n```\n\n### Directly from this repository\n\n```bash\ngit clone https://github.com/CBICA/DLMUSE\ncd DLMUSE\npip install -e .\n```\n\n### Installing PyTorch\nDepending on your system configuration and supported CUDA version, you may need to follow the [PyTorch Installation Instructions](https://pytorch.org/get-started/locally/). \n\n## Usage\n\nA pre-trained nnUNet model can be found at our [hugging face account](https://huggingface.co/nichart/DLMUSE/tree/main). Feel free to use it under the package's [license](LICENSE).\n\n### From command line\n```bash\nDLMUSE -i \"input_folder\" -o \"output_folder\" -device cpu\n```\nFor more details, please refer to\n\n```bash\nDLMUSE -h\n```\n\n## \\[Windows Users\\] Troubleshooting model download failures\nOur model download process creates several deep directory structures. If you are on Windows and your model download process fails, it may be due to Windows file path limitations. \n\nTo enable long path support in Windows 10, version 1607, and later, the registry key `HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\FileSystem LongPathsEnabled (Type: REG_DWORD)` must exist and be set to 1.\n\nIf this affects you, we recommend re-running DLMUSE with the `--clear_cache` flag set on the first run.\n\n## Contact\n\nFor more information, please contact [CBICA Software](mailto:software@cbica.upenn.edu).\n\n## For Developers\n\nContributions are welcome! Please refer to our [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to report bugs, suggest enhancements, and contribute code.\nPlease make sure to write tests for new code and run them before submitting a pull request.\n",
    "bugtrack_url": null,
    "license": "By installing/using DLMUSE, the user agrees to the following license: See https://www.med.upenn.edu/cbica/software-agreement-non-commercial.html",
    "summary": "DLMUSE - Deep Learning MUlti-atlas region Segmentation utilizing Ensembles of registration algorithms and parameters",
    "version": "1.0.3",
    "project_urls": {
        "Download": "https://github.com/CBICA/DLMUSE/",
        "Homepage": "https://github.com/CBICA/DLMUSE/"
    },
    "split_keywords": [
        "deep learning",
        " image segmentation",
        " semantic segmentation",
        " medical image analysis",
        " medical image segmentation",
        " nnu-net",
        " nnunet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f860214236d018b3a41d64c1456641ac3e268b3cbb34119141ed090075060712",
                "md5": "4e348437530c1afdb700ace3f1ef7ec7",
                "sha256": "aa0433502fc90fffe1e74f058b2628d47cf98d14bd7080d05497df1b5851da4b"
            },
            "downloads": -1,
            "filename": "DLMUSE-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4e348437530c1afdb700ace3f1ef7ec7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7890,
            "upload_time": "2024-10-02T21:33:45",
            "upload_time_iso_8601": "2024-10-02T21:33:45.647956Z",
            "url": "https://files.pythonhosted.org/packages/f8/60/214236d018b3a41d64c1456641ac3e268b3cbb34119141ed090075060712/DLMUSE-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b021747ef61d3cd2409748c95c2db731fa9d79ce804ed7024c19ea81ddd0545",
                "md5": "24d8272c72997c1a7d5049b75c3035fb",
                "sha256": "91d63e675626ef323fa3fbd80a9325d8ed91e84cf6240432a856c865f2230709"
            },
            "downloads": -1,
            "filename": "dlmuse-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "24d8272c72997c1a7d5049b75c3035fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7592,
            "upload_time": "2024-10-02T21:33:46",
            "upload_time_iso_8601": "2024-10-02T21:33:46.859563Z",
            "url": "https://files.pythonhosted.org/packages/1b/02/1747ef61d3cd2409748c95c2db731fa9d79ce804ed7024c19ea81ddd0545/dlmuse-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-02 21:33:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CBICA",
    "github_project": "DLMUSE",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "dlmuse"
}
        
Elapsed time: 1.07354s