ymli39 / DeepSEED-3D-ConvNets-for-Pulmonary-Nodule-Detection

DeepSEED: 3D Squeeze-and-Excitation Encoder-Decoder ConvNets for Pulmonary Nodule Detection
MIT License
109 stars 33 forks source link

Division of LIDC-IDRI dataset? #5

Closed tricoffee closed 5 years ago

tricoffee commented 5 years ago

How to use LIDC-IDRI DataSet? How to divide LIDC-IDRI into training set and test set? What does alllabelfiles mean? Where is this file "/home/LungNodule_DL/LIDC/labels/new_nodule.csv" from?

ymli39 commented 5 years ago

You could randomly split the LIDC dataset, depends on your preference. alllabelfiles is the file that contains all gt bounding boxes for LIDC dataset. new_nodule.csv is the file I generated by mining xml file provided by LIDC. Please allow me to modify your question, I should not put personally name there.