├── .gitignore ├── LICENSE ├── README.md ├── assests ├── comparison.PNG ├── teaser.png └── transfer.png └── switch_norm.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taki0112/Switchable_Normalization-Tensorflow/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taki0112/Switchable_Normalization-Tensorflow/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taki0112/Switchable_Normalization-Tensorflow/HEAD/README.md -------------------------------------------------------------------------------- /assests/comparison.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taki0112/Switchable_Normalization-Tensorflow/HEAD/assests/comparison.PNG -------------------------------------------------------------------------------- /assests/teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taki0112/Switchable_Normalization-Tensorflow/HEAD/assests/teaser.png -------------------------------------------------------------------------------- /assests/transfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taki0112/Switchable_Normalization-Tensorflow/HEAD/assests/transfer.png -------------------------------------------------------------------------------- /switch_norm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taki0112/Switchable_Normalization-Tensorflow/HEAD/switch_norm.py --------------------------------------------------------------------------------