This is a release code of the paper "Fuzzy Attention Neural Network to Tackle Discontinuity in Airway Segmentation"
04/11/2022:
Upload docker download link for reproducing the module.
Release the evaluation metrics.
Coming soon:
release the FANN code when the paper is accepted.
The file format must be *.nii.gz
- Download the docker file through (no available at the moment due to AIIB23)
https://drive.google.com/file/d/1K3JZsEOVBYX1QCnhNhrW6xOFwcZJrlwu/view?usp=sharing
- Use the docker file for prediction
docker image load < yang.tar.gz
docker container run --gpus "device=0" --name yang --rm -v "your_test_data_path":/workspace/inputs/ -v "your_test_output_path":/workspace/outputs/ yang:latest /bin/bash -c "sh predict.sh"
Please find the evaluation metrics from utils/airway_metric.py