3D Faster R-CNN for lung nodule detection in CT images
Top 70.5% on sourcepulse
This project provides a training framework for a 3D Faster R-CNN model specifically designed for lung nodule detection in CT images. It targets researchers and practitioners in medical imaging analysis, offering a novel approach to training deep convolutional networks for this task.
How It Works
The framework utilizes an Intel-extended Caffe version, optimized for Intel CPUs and supporting 3D convolutional layers. It combines elements from Faster R-CNN, U-Net, and ResNet architectures, incorporating a 150-layer deep convolutional network. This approach aims to achieve convergence and good performance on CT image data, a challenging domain for 3D CNNs.
Quick Start & Requirements
[sudo] pip install -r requirements.txt
Highlighted Details
Maintenance & Community
Developed by Shenzhen Yiyuan Intelligence Tech Co., LTD and Hong Kong Baptist University, GPU High Performance Computing Laboratory. No specific community links (Discord/Slack) or roadmap are mentioned.
Licensing & Compatibility
The README does not explicitly state a license. Compatibility with commercial or closed-source projects is not specified.
Limitations & Caveats
The framework is CPU-based and explicitly welcomes PRs for GPU migration. The lung segmentation preprocessing method is noted as suboptimal, with potential for errors requiring manual thresholding. The project is described as a "training framework," implying it may not be a ready-to-deploy inference solution without further adaptation.
7 years ago
1 day