├── LICENSE ├── README.md └── src ├── data.py ├── main.py ├── model.py ├── train_list.txt ├── utils.py └── valid_list.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuyen/brats/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuyen/brats/HEAD/README.md -------------------------------------------------------------------------------- /src/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuyen/brats/HEAD/src/data.py -------------------------------------------------------------------------------- /src/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuyen/brats/HEAD/src/main.py -------------------------------------------------------------------------------- /src/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuyen/brats/HEAD/src/model.py -------------------------------------------------------------------------------- /src/train_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuyen/brats/HEAD/src/train_list.txt -------------------------------------------------------------------------------- /src/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuyen/brats/HEAD/src/utils.py -------------------------------------------------------------------------------- /src/valid_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thuyen/brats/HEAD/src/valid_list.txt --------------------------------------------------------------------------------