Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.36 KB

File metadata and controls

33 lines (29 loc) · 1.36 KB

EAG-PT Data

EAG-PT Data at Hugging Face

Multi-view indoor scene datasets can be downloaded at huggingface in browser or by hf cli. We recommend you first download Blender.zip and Blender-assets.zip (for scene editing) to test the code. e.g. hf download --repo-type=dataset XijieYang/EAG-PT Blender-assets.zip Blender.zip --local-dir .

_data
├── Blender
│   ├── kitchen
│   ├── kitchen-relighted
│   ├── livingroom
│   └── livingroom-relighted
├── Blender-assets
│   ├── lightball
│   └── plane
├── EFT
│   ├── emptyroom
│   ├── furnishedroom
│   └── kitchen
├── FR
│   ├── classroom
│   └── conference
└── SelfCaptured
    ├── lectureroom
    ├── lectureroom-relighted-B-front
    └── lectureroom-relighted-C-back
  • We render Blender and Blender-assets in Blender using scripts.
  • FR data are re-organized from FIPT.
  • SelfCaptured is captured and processed by ourselves.
  • EFT data are converted from VR-NeRF.