All Projects → wanwanbeen → Ct_lung_segmentation

wanwanbeen / Ct_lung_segmentation

Licence: mit
Robust segmentation of lung and airway in CT scans

Projects that are alternatives of or similar to Ct lung segmentation

Commitgen
Code and data for the paper "A Neural Architecture for Generating Natural Language Descriptions from Source Code Changes"
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Pyspark Setup Guide
A guide for setting up Spark + PySpark under Ubuntu linux
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Danet
Deep Attractor Network (DANet) for single-channel speech separation
Stars: ✭ 54 (+0%)
Mutual labels:  jupyter-notebook
Mypresentations
this is my presentaion area .个人演讲稿展示区,主要展示一些平时的个人演讲稿或者心得之类的,
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Blog of baojie
Some articles written by Bao Jie
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Trdesign
trRosetta for protein design
Stars: ✭ 54 (+0%)
Mutual labels:  jupyter-notebook
Handwritten Character Recognition
This a Deep learning AI system which recognize handwritten characters, Here I use chars74k data-set for training the model
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Ga in python
Stars: ✭ 54 (+0%)
Mutual labels:  jupyter-notebook
Mastering Python Data Analysis
Mastering-Python-Data-Analysis
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Bts Pytorch
PyTorch implementation of BTS Depth Estimator
Stars: ✭ 54 (+0%)
Mutual labels:  jupyter-notebook
Info490 Sp17
Advanced Data Science, University of Illinois Spring 2017
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Info490 Fa16
INFO 490: Foundations of Data Science, offered in the Fall 2016 Semester at the University of Illinois
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Facenet Face Recognition
This is the research product of the thesis manifold Learning of Latent Space Vectors in GAN for Image Synthesis. This has an application to the research, name a facial recognition system. The application was developed by consulting the FaceNet model.
Stars: ✭ 54 (+0%)
Mutual labels:  jupyter-notebook
Wiki generator live
live code
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Style Transfer Colab
Google Colab Notebook for Image and Video Style Transfer Using TensorFlow
Stars: ✭ 54 (+0%)
Mutual labels:  jupyter-notebook
Stock Market Prediction Using Natural Language Processing
We used Machine learning techniques to evaluate past data pertaining to the stock market and world affairs of the corresponding time period, in order to make predictions in stock trends. We built a model that will be able to buy and sell stock based on profitable prediction, without any human interactions. The model uses Natural Language Processing (NLP) to make smart “decisions” based on current affairs, article, etc. With NLP and the basic rule of probability, our goal is to increases the accuracy of the stock predictions.
Stars: ✭ 53 (-1.85%)
Mutual labels:  jupyter-notebook
Challengehub Baselines
ChallengeHub开源的各大比赛baseline集合
Stars: ✭ 54 (+0%)
Mutual labels:  jupyter-notebook
Cometts
Comet Time Series Toolset for working with a time-series of remote sensing imagery and user defined polygons
Stars: ✭ 54 (+0%)
Mutual labels:  jupyter-notebook
Tulingxueyuan
python笔记
Stars: ✭ 54 (+0%)
Mutual labels:  jupyter-notebook
Tianchi ship 2019
天池智慧海洋 2019 https://tianchi.aliyun.com/competition/entrance/231768/introduction?spm=5176.12281949.1003.1.493e5cfde2Jbke
Stars: ✭ 54 (+0%)
Mutual labels:  jupyter-notebook

CT Lung Segmentation

This repository contains the codes for lung and airway segmentation from CT scans, used in "Discriminative Localization in CNNs for Weakly-Supervised Segmentation of Pulmonary Nodules", MICCAI'17.

Files

  • demo_ct_lung_segment.ipynb: demo code to walk through the steps implementated in main.py.
  • main.py: main code of the segmentation.
  • segment_lung.py: coarse segmentation of lung & airway.
  • segment_airway.py: extraction of airway.
  • utils.py: utility functions.
  • data: input sample.
  • result: output sample.

Note: the sample image is down-sampled from a CT scans in the LIDC-IDRI dataset.

Requirements

  • numpy
  • nibabel
  • scipy
  • scikit-image

Usage

    $ git clone https://github.com/wanwanbeen/ct_lung_segmentation
    $ cd ct_lung_segmentation
    $ python main.py
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].