neuropoly / Domainadaptation
Licence: apache-2.0
Repository for the article "Unsupervised domain adaptation for medical imaging segmentation with self-ensembling".
Stars: ✭ 27
Programming Languages
python
139335 projects - #7 most used programming language
Projects that are alternatives of or similar to Domainadaptation
Medicaltorch
A medical imaging framework for Pytorch
Stars: ✭ 716 (+2551.85%)
Mutual labels: medical-imaging
Medicaldetectiontoolkit
The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN, Retina Net, Retina U-Net, as well as a training and inference framework focused on dealing with medical images.
Stars: ✭ 917 (+3296.3%)
Mutual labels: medical-imaging
All About The Gan
All About the GANs(Generative Adversarial Networks) - Summarized lists for GAN
Stars: ✭ 630 (+2233.33%)
Mutual labels: medical-imaging
Transfer Learning Library
Transfer-Learning-Library
Stars: ✭ 678 (+2411.11%)
Mutual labels: domain-adaptation
Deepmedic
Efficient Multi-Scale 3D Convolutional Neural Network for Segmentation of 3D Medical Scans
Stars: ✭ 809 (+2896.3%)
Mutual labels: medical-imaging
Tf Dann
Domain-Adversarial Neural Network in Tensorflow
Stars: ✭ 556 (+1959.26%)
Mutual labels: domain-adaptation
Im2p
Tensorflow implementation of paper: A Hierarchical Approach for Generating Descriptive Image Paragraphs
Stars: ✭ 15 (-44.44%)
Mutual labels: medical-imaging
Torchio
Medical image preprocessing and augmentation toolkit for deep learning
Stars: ✭ 708 (+2522.22%)
Mutual labels: medical-imaging
Dicom
⚡High Performance DICOM Medical Image Parser in Go.
Stars: ✭ 643 (+2281.48%)
Mutual labels: medical-imaging
Fo Dicom
Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity
Stars: ✭ 674 (+2396.3%)
Mutual labels: medical-imaging
Slicergitsvnarchive
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 896 (+3218.52%)
Mutual labels: medical-imaging
Breast cancer classifier
Deep Neural Networks Improve Radiologists' Performance in Breast Cancer Screening
Stars: ✭ 614 (+2174.07%)
Mutual labels: medical-imaging
Pyradiomics
Open-source python package for the extraction of Radiomics features from 2D and 3D images and binary masks. Support: https://discourse.slicer.org/c/community/radiomics
Stars: ✭ 563 (+1985.19%)
Mutual labels: medical-imaging
Itk
Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
Stars: ✭ 801 (+2866.67%)
Mutual labels: medical-imaging
Brain Tumor Segmentation Keras
Keras implementation of the multi-channel cascaded architecture introduced in the paper "Brain Tumor Segmentation with Deep Neural Networks"
Stars: ✭ 20 (-25.93%)
Mutual labels: medical-imaging
Transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
Stars: ✭ 8,481 (+31311.11%)
Mutual labels: domain-adaptation
Ganseg
Framework for medical image segmentation using deep neural networks
Stars: ✭ 18 (-33.33%)
Mutual labels: medical-imaging
Segmentation Domain Adaptation for MRI
Repository for the Domain Adaptation work using the self-ensembling (mean teacher) for the domain adaptation of MRI images.
Installing requirements
Requirements for this project:
- (required) Python 3.6 (use a virtual environment);
- (required) Spinal Cord Toolbox(SCT)
- (required) medicaltorch
- (optional) FSLeyes/FSLview/FSLutils
These requirements are not included in the setup.py
requirements, since
they aren't pip-installable, so you need to install them before
installing the project.
Documentation
All the documentatio is in Sphinx. First, create a Python 3.6 environment and then do:
~# git clone https://github.com/neuropoly/domainadaptation.git
~# cd domainadaptation
~# pip install -e .
~# cd docs
~# make html
The output HTML will be generated inside the docs/build/html
folder.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].