Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 743 Bytes

readme.md

File metadata and controls

25 lines (22 loc) · 743 Bytes

Official repo of the paper "Towards Reliable and Explainable AI Model for Pulmonary Nodule Diagnosis"


For the model training:

python main.py --param-path /your/parameters_file.json
An simple example of parameter file is shown in param.json.

For the model testing:

python test.py
Notice: change the hard-coded variable model_path and test_json for your project.

Requirements

You need to pre-install the following packages for this program: