├── LICENSE ├── README.md ├── Stcgan_net.py ├── image_loader.py └── train.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vivianyzw/DeshadowSTCGANs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vivianyzw/DeshadowSTCGANs/HEAD/README.md -------------------------------------------------------------------------------- /Stcgan_net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vivianyzw/DeshadowSTCGANs/HEAD/Stcgan_net.py -------------------------------------------------------------------------------- /image_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vivianyzw/DeshadowSTCGANs/HEAD/image_loader.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vivianyzw/DeshadowSTCGANs/HEAD/train.py --------------------------------------------------------------------------------