├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── DemoEnvMapNetMetrics.py ├── FIDCalculations.py ├── LICENSE.txt ├── ParametricLights.py ├── README.md ├── __init__.py └── images └── figure-1-teaser.png /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple/ml-envmapnet/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple/ml-envmapnet/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /DemoEnvMapNetMetrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple/ml-envmapnet/HEAD/DemoEnvMapNetMetrics.py -------------------------------------------------------------------------------- /FIDCalculations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple/ml-envmapnet/HEAD/FIDCalculations.py -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple/ml-envmapnet/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /ParametricLights.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple/ml-envmapnet/HEAD/ParametricLights.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple/ml-envmapnet/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/figure-1-teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple/ml-envmapnet/HEAD/images/figure-1-teaser.png --------------------------------------------------------------------------------