├── README.md ├── data_preprocess ├── Partition_data_set.py ├── dcm2png.py ├── elastic_transform.py ├── img2np_data.py ├── img_normalization.py ├── move_original_train.sh ├── pre_process.py ├── rename_folder_img_name.py └── showimage.py ├── elastic_transform.py ├── test_unet.py ├── unet_v0.py ├── unet_v1.py ├── unet_v2.py └── unet_v3.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/README.md -------------------------------------------------------------------------------- /data_preprocess/Partition_data_set.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/data_preprocess/Partition_data_set.py -------------------------------------------------------------------------------- /data_preprocess/dcm2png.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/data_preprocess/dcm2png.py -------------------------------------------------------------------------------- /data_preprocess/elastic_transform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/data_preprocess/elastic_transform.py -------------------------------------------------------------------------------- /data_preprocess/img2np_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/data_preprocess/img2np_data.py -------------------------------------------------------------------------------- /data_preprocess/img_normalization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/data_preprocess/img_normalization.py -------------------------------------------------------------------------------- /data_preprocess/move_original_train.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/data_preprocess/move_original_train.sh -------------------------------------------------------------------------------- /data_preprocess/pre_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/data_preprocess/pre_process.py -------------------------------------------------------------------------------- /data_preprocess/rename_folder_img_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/data_preprocess/rename_folder_img_name.py -------------------------------------------------------------------------------- /data_preprocess/showimage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/data_preprocess/showimage.py -------------------------------------------------------------------------------- /elastic_transform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/elastic_transform.py -------------------------------------------------------------------------------- /test_unet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/test_unet.py -------------------------------------------------------------------------------- /unet_v0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/unet_v0.py -------------------------------------------------------------------------------- /unet_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/unet_v1.py -------------------------------------------------------------------------------- /unet_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/unet_v2.py -------------------------------------------------------------------------------- /unet_v3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tqb4342/Unet-liverseg/HEAD/unet_v3.py --------------------------------------------------------------------------------