├── LICENSE ├── README.md ├── dataset_layout.png ├── demo.ipynb ├── diode.py ├── diode_meta.json ├── intrinsics.txt └── metrics.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diode-dataset/diode-devkit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diode-dataset/diode-devkit/HEAD/README.md -------------------------------------------------------------------------------- /dataset_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diode-dataset/diode-devkit/HEAD/dataset_layout.png -------------------------------------------------------------------------------- /demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diode-dataset/diode-devkit/HEAD/demo.ipynb -------------------------------------------------------------------------------- /diode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diode-dataset/diode-devkit/HEAD/diode.py -------------------------------------------------------------------------------- /diode_meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diode-dataset/diode-devkit/HEAD/diode_meta.json -------------------------------------------------------------------------------- /intrinsics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diode-dataset/diode-devkit/HEAD/intrinsics.txt -------------------------------------------------------------------------------- /metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diode-dataset/diode-devkit/HEAD/metrics.py --------------------------------------------------------------------------------