├── README.md ├── augmentation.py ├── class_weights.npy └── unet3D.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdciri/3D-augmentation-techniques/HEAD/README.md -------------------------------------------------------------------------------- /augmentation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdciri/3D-augmentation-techniques/HEAD/augmentation.py -------------------------------------------------------------------------------- /class_weights.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdciri/3D-augmentation-techniques/HEAD/class_weights.npy -------------------------------------------------------------------------------- /unet3D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mdciri/3D-augmentation-techniques/HEAD/unet3D.py --------------------------------------------------------------------------------