All Projects → anir16293 → Deep-Lesion

anir16293 / Deep-Lesion

Licence: MIT license
A deep learning framework for detecting lesions in CT scans from Deep Lesion dataset

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deep-Lesion

Keras MedicalImgAI
No description or website provided.
Stars: ✭ 23 (-25.81%)
Mutual labels:  medical-image-processing
Visualization-DMIM
DICOM 3D Medical Image Modeling (DMIM)
Stars: ✭ 22 (-29.03%)
Mutual labels:  medical-image-processing
Optic-Disc-Unet
Attention Unet model with post process for retina optic disc segmention
Stars: ✭ 77 (+148.39%)
Mutual labels:  medical-image-processing
Dermatron
Dermatology focused medical records software, augmented with computer vision and artificial intelligence [Meteor packaged with Electron]
Stars: ✭ 19 (-38.71%)
Mutual labels:  medical-image-processing
neurdicom
RESTful PACS server with plugins
Stars: ✭ 97 (+212.9%)
Mutual labels:  medical-image-processing
Viewers
The OHIF Medical Imaging Viewer is for viewing medical images. It can retrieve and load images from most sources and formats; render sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation, and serialization of observations; supports internationalization, OpenID Connect, offline use, hotkeys, and many more features.
Stars: ✭ 1,753 (+5554.84%)
Mutual labels:  medical-image-processing
NMRI
2D Fourier Transform of Nuclear Magnetic Resonance Imaging raw data
Stars: ✭ 13 (-58.06%)
Mutual labels:  medical-image-processing
FocusLiteNN
Official PyTorch and MATLAB implementations of our MICCAI 2020 paper "FocusLiteNN: High Efficiency Focus Quality Assessment for Digital Pathology"
Stars: ✭ 28 (-9.68%)
Mutual labels:  medical-image-processing
MICCAI21 MMQ
Multiple Meta-model Quantifying for Medical Visual Question Answering
Stars: ✭ 16 (-48.39%)
Mutual labels:  medical-image-processing
segRetino
An implementation of the research paper "Retina Blood Vessel Segmentation Using A U-Net Based Convolutional Neural Network"
Stars: ✭ 23 (-25.81%)
Mutual labels:  medical-image-processing
COVID-CXNet
COVID-CXNet: Diagnosing COVID-19 in Frontal Chest X-ray Images using Deep Learning. Preprint available on arXiv: https://arxiv.org/abs/2006.13807
Stars: ✭ 48 (+54.84%)
Mutual labels:  medical-image-processing
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (+158.06%)
Mutual labels:  medical-image-processing
Monai
AI Toolkit for Healthcare Imaging
Stars: ✭ 2,568 (+8183.87%)
Mutual labels:  medical-image-processing
radnet
U-Net for biomedical image segmentation
Stars: ✭ 11 (-64.52%)
Mutual labels:  medical-image-processing
Coronary-Artery-Tracking-via-3D-CNN-Classification
The PyTorch re-implement of a 3D CNN Tracker to extract coronary artery centerlines with state-of-the-art (SOTA) performance. (paper: 'Coronary artery centerline extraction in cardiac CT angiography using a CNN-based orientation classifier')
Stars: ✭ 136 (+338.71%)
Mutual labels:  medical-image-processing
modelhub
A collection of deep learning models with a unified API.
Stars: ✭ 59 (+90.32%)
Mutual labels:  medical-image-processing
HyperDenseNet pytorch
Pytorch version of the HyperDenseNet deep neural network for multi-modal image segmentation
Stars: ✭ 58 (+87.1%)
Mutual labels:  medical-image-processing
MedVision
Medical Image Vision Operators, such as RoIAlign, DCNv1, DCNv2 and NMS for both 2/3D images.
Stars: ✭ 34 (+9.68%)
Mutual labels:  medical-image-processing
ITKTubeTK
TubeTK is an open-source toolkit for the segmentation, registration, and analysis of tubes and surfaces in images, developed by Kitware, Inc.
Stars: ✭ 29 (-6.45%)
Mutual labels:  medical-image-processing
SemiDenseNet
Repository containing the code of one of the networks that we employed in the iSEG Grand MICCAI Challenge 2017, infant brain segmentation.
Stars: ✭ 55 (+77.42%)
Mutual labels:  medical-image-processing

Deep-Lesion

A deep learning framework for detecting lesions in CT scans from Deep Lesion dataset as a part of the Machine Learning: Deep Learning course offered at Johns Hopkins University, Spring 2019.

To convert Pascal VOC annotations to COCO dataset format, run generate_xml_list.py to generate a text file containing a list of all the .xml files in the annotation folder run voc2coco.py to generate a single .json file

Our pytorch implementations of PANet and EncoderNet are present in panet.py .

The final report is present in final_report.pdf

We are grateful to Dr Mathias Unberath (course instructor), Jie Ying Wu, Gao Cong (Course TAs), Intuitive Surgical and Google Cloud (Course Sponsor) for making it possible to complete this project.

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].