All Projects → junqiangchen → Luna16 Lung Nodule Analysis 2016 Challenge

junqiangchen / Luna16 Lung Nodule Analysis 2016 Challenge

LUNA16-Lung-Nodule-Analysis-2016-Challenge

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Luna16 Lung Nodule Analysis 2016 Challenge

Pytorch Imagenet Cifar Coco Voc Training
Training examples and results for ImageNet(ILSVRC2012)/CIFAR100/COCO2017/VOC2007+VOC2012 datasets.Image Classification/Object Detection.Include ResNet/EfficientNet/VovNet/DarkNet/RegNet/RetinaNet/FCOS/CenterNet/YOLOv3.
Stars: ✭ 130 (-2.26%)
Mutual labels:  classification, resnet, detection
Caffe Model
Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
Stars: ✭ 1,258 (+845.86%)
Mutual labels:  classification, resnet, detection
Paddlex
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Stars: ✭ 3,399 (+2455.64%)
Mutual labels:  classification, resnet, detection
All About The Gan
All About the GANs(Generative Adversarial Networks) - Summarized lists for GAN
Stars: ✭ 630 (+373.68%)
Mutual labels:  classification, detection
Fpn tensorflow
A Tensorflow implementation of FPN detection framework.
Stars: ✭ 407 (+206.02%)
Mutual labels:  resnet, detection
R2cnn fpn tensorflow
R2CNN: Rotational Region CNN Based on FPN (Tensorflow)
Stars: ✭ 412 (+209.77%)
Mutual labels:  resnet, detection
Pytorchinsight
a pytorch lib with state-of-the-art architectures, pretrained models and real-time updated results
Stars: ✭ 713 (+436.09%)
Mutual labels:  classification, detection
Jacinto Ai Devkit
Training & Quantization of embedded friendly Deep Learning / Machine Learning / Computer Vision models
Stars: ✭ 49 (-63.16%)
Mutual labels:  resnet, detection
Kaggle Rsna
Deep Learning for Automatic Pneumonia Detection, RSNA challenge
Stars: ✭ 74 (-44.36%)
Mutual labels:  classification, detection
Pytorch Classification
Classification with PyTorch.
Stars: ✭ 1,268 (+853.38%)
Mutual labels:  classification, resnet
Tabi
BGP Hijack Detection
Stars: ✭ 90 (-32.33%)
Mutual labels:  classification, detection
Pytorch Speech Commands
Speech commands recognition with PyTorch
Stars: ✭ 128 (-3.76%)
Mutual labels:  classification, resnet
Gfocal
Generalized Focal Loss: Learning Qualified and Distributed Bounding Boxes for Dense Object Detection, NeurIPS2020
Stars: ✭ 376 (+182.71%)
Mutual labels:  classification, detection
Tensorflow object tracking video
Object Tracking in Tensorflow ( Localization Detection Classification ) developed to partecipate to ImageNET VID competition
Stars: ✭ 491 (+269.17%)
Mutual labels:  classification, detection
Franc
Natural language detection
Stars: ✭ 3,605 (+2610.53%)
Mutual labels:  classification, detection
Tianchi Medical Lungtumordetect
天池医疗AI大赛[第一季]:肺部结节智能诊断 UNet/VGG/Inception/ResNet/DenseNet
Stars: ✭ 314 (+136.09%)
Mutual labels:  classification, resnet
Model Quantization
Collections of model quantization algorithms
Stars: ✭ 118 (-11.28%)
Mutual labels:  classification, detection
Resnetcam Keras
Keras implementation of a ResNet-CAM model
Stars: ✭ 269 (+102.26%)
Mutual labels:  classification, resnet
Cvpods
All-in-one Toolbox for Computer Vision Research.
Stars: ✭ 277 (+108.27%)
Mutual labels:  classification, detection
Dlcv for beginners
《深度学习与计算机视觉》配套代码
Stars: ✭ 1,244 (+835.34%)
Mutual labels:  classification, detection

LUNA16-LUng-Nodule-Analysis-2016-Challenge

This is an example of the CT images lung nodule detection and false positive reduction from LUNA16-LUng-Nodule-Analysis-2016-Challenge

Prerequisities

The following dependencies are needed:

  • numpy >= 1.11.1
  • SimpleITK >=1.0.1
  • opencv-python >=3.3.0
  • tensorflow-gpu ==1.8.0
  • pandas >=0.20.1
  • scikit-learn >= 0.17.1

How to Use

1、Preprocess

nodule detection

  • convert annotation.csv file to image mask file:run the LUNA_mask_extraction.py
  • analyze the ct image,and get the slice thickness and window width and position:run the dataAnaly.py
  • generate lung nodule ct image and mask:run the data2dprepare.py
  • generate patch(96,96,16) lung nodule image and mask:run the data3dprepare.py
  • save lung nodule data and mask into csv file run the utils.py,like this:G:\Data\segmentation\Image/0_161....

nodule classify

  • convert candidates.csv file to nodule and not-nodule image(48,48,48):run the LUNA_node_extraction.py
  • Augment the nodule image data: run the Augmain.py
  • split data into train data(80%) and test data(20%):run the subset.py
  • save lung nodule data and label into csv file like this:1,G:\Data\classify\1_aug/0_17.npy

2、Nodule Detection

  • the VNet model

  • train and predict in the script of vnet3d_train.py and vnet3d_predict.py

3、False Positive Reducution

  • the ResVGGNet model

  • train and predict in the script of ResNet3d_train.py and ResNet3d_predict.py

4、download trained model

Result

1、Nodule Detection

  • train loss and train accuracy

  • the segment result

2、False Positive Reducution

  • train loss and train accuracy

  • ROC,Confusion Matrix and Metrics

Contact

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