├── LICENSE ├── LoadData.py ├── README.md ├── net.py ├── train.py └── transform.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanXue1993/SegAN/HEAD/LICENSE -------------------------------------------------------------------------------- /LoadData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanXue1993/SegAN/HEAD/LoadData.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanXue1993/SegAN/HEAD/README.md -------------------------------------------------------------------------------- /net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanXue1993/SegAN/HEAD/net.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanXue1993/SegAN/HEAD/train.py -------------------------------------------------------------------------------- /transform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanXue1993/SegAN/HEAD/transform.py --------------------------------------------------------------------------------