Skip to content

This is a release code of the paper "Fuzzy Attention Neural Network to Tackle Discontinuity in Airway Segmentation"

Notifications You must be signed in to change notification settings

Nandayang/FANN-for-airway-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

FANN-for-airway-segmentation

This is a release code of the paper "Fuzzy Attention Neural Network to Tackle Discontinuity in Airway Segmentation"

Updates

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.

Reproduce the work in the paper

The file format must be *.nii.gz

  1. Download the docker file through (no available at the moment due to AIIB23) https://drive.google.com/file/d/1K3JZsEOVBYX1QCnhNhrW6xOFwcZJrlwu/view?usp=sharing
  2. 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"

Evaluation metrics

Please find the evaluation metrics from utils/airway_metric.py

About

This is a release code of the paper "Fuzzy Attention Neural Network to Tackle Discontinuity in Airway Segmentation"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages