Clone this repo and move the LUNA16 dataset to such directory, will look like that:
\--LUNA16-Image-Extractor
|
|--/CSVFILES
|--/subset0
|--/subset1
|- ...
|--README.md
|--Pipfile
|--Pipfile.lock
|--requirements.txt
WARNING: Maybe happen with you some trouble with the dataset unpacking, to run around that:
zip -FFv subset_some_number.zip --out fixed_compressed_file.zipand then:
unzip fixed_compressed_file.zipIf you are using pipenv:
pipenv installif isn't:
pip install -r requirements.txtEdit the config file (config.example.yaml) with output and candidates directories and rename it to config.yaml.
Then execute:
pipenv run start --config='./config.yaml' --limit=1or
python main.py --config='./config.yaml' --limit=1Where:
--config, the relative path toconfig.yamlfile--limit, number of exams that will be analyzed