MultiShade / README.md
dennis98's picture
Create README.md
29145ac verified
|
Raw
History Blame Contribute Delete
787 Bytes
---
license: cc-by-nc-4.0
---
# MultiShade Dataset for RoSE (ICLR 2026)
## Overview
- MultiShade dataset to train, validate, and test [RoSE](https://github.com/LMozart/ICLR2026-RoSE).
- `metadata.json` contains information on object uids used for training / validation.
- `test.tar` contains objects' images under `rgba/` and objects' normal map under `normal_gt/`
## Usage
```
zip -s 0 multishade.zip --out multishade_merged.zip
unzip multishade_merged.zip -d multishade
```
## License
- The dataset is released under the [Creative Commons Attribution-NonCommercial 4.0 International License](LICENSE_WEIGHT).
- The licenses for the renderings of individual objects are released under the same license as they are in [Objaverse](https://huggingface.co/datasets/allenai/objaverse).