gitextract_1ntfa_iy/ ├── .gitattributes ├── LICENSE ├── README.md ├── configure.py ├── evaluation.py ├── generate_tfrecord.py ├── input_fn.py ├── main.py ├── model.py ├── network.py ├── utils/ │ ├── DiceRatio.py │ ├── HausdorffDistance.py │ ├── __init__.py │ ├── attention.py │ └── basic_ops.py └── visualize.py