antonioguj / bronchinet

Airway segmentation from chest CTs using deep Convolutional Neural Networks
MIT License
61 stars 25 forks source link

May I ask how did you extract the airway centerline? #7

Open AntonotnaWang opened 3 years ago

AntonotnaWang commented 3 years ago

Dear antonioguj,

Thanks for your great work! May I ask how did you extract the airway centerline using python when evaluating the model performance? Thanks a lot.

Best

antonioguj commented 3 years ago

Dear AntonotnaWang,

Thank you for your interest in using my code.

You can extract the airway centerlines from either i) the reference airway segmentations or ii) the predicted airways by the method, by running the script in the repo: "apply_operation_images.py" as follows:

"python apply_operation_images.py --type=thinning"

Please let me know if this answers your question.

AntonotnaWang commented 3 years ago

Thanks. I've solved the problem by reading your source codes.