---
title: nerf_llff_data
canonical_url: "https://www.modelscope.cn/datasets/DAMOXR/nerf_llff_data"
md_url: "https://www.modelscope.cn/datasets/DAMOXR/nerf_llff_data.md"
repository: DAMOXR/nerf_llff_data
chinese_name: "NeRF_LLFF 真实场景数据集"
last_updated: 2023-07-19
license: "Apache License 2.0"
storage_size: "1.9 KB"
domain:
  - image
tasks:
  - nerf-recon
downloads: 2727
stars: 1
---

# nerf_llff_data

> nerf_llff_data - DAMOXR 在 ModelScope 开源的数据集。NeRF 常用的数据集中 LLFF 格式的数据集，包含 8 个真实拍摄的场景照片和相应的 colmap 估计相机参数

DAMOXR/nerf_llff_data 是 ModelScope 魔搭社区上的nerf-recon数据集，涉及 image 领域，存储大小 1.9 KB，采用 Apache License 2.0 许可。

- **Repository**: DAMOXR/nerf_llff_data
- **License**: Apache License 2.0
- **Tasks**: nerf-recon
- **Domain**: image
- **Storage size**: 1.9 KB
- **Downloads**: 2727
- **Stars**: 1
- **Last updated**: 2023-07-19

Source: https://www.modelscope.cn/datasets/DAMOXR/nerf_llff_data

---

## 数据集描述
本数据集为 4K 超高清 NeRF 重建数据集，包含[nerf_llff_data](https://drive.google.com/drive/folders/14boI-o5hGO9srnWaaogTU5_ji7wkX2S7) 公开数据集
- nerf_llff_data 为各种设备拍摄的真实场景多视角数据集，包括八个场景，分别是 fern、flowers、fortress、leaves、horns、orchids、room、trex
- 每个场景中的图像数目均不相同，其中 fern 含有的图像最少，为 20 张；horns 含有的图像最多，为 62 张，其余场景数量均在 20-62 之间
- 由于每个场景的数据量不同，因此并未给每个场景设置相同数量的训练数据，而是根据比例来设定。对每个场景均设置 7/8 为训练数据，剩余 1/8 为测试数据。即将图像编号从小到大排列，每隔 7 张取出一张作为测试数据
- 每个场景的相机参数（位姿转换矩阵）均由 colmap 估算出，每张图像有三种不同的分辨率：4032x3024，2016x1512，1008x756。本实验中使用的为 4032x3024 分辨率图像

## 数据格式
```
nerf_llff_data
|   ├── nerf_llff_data
|   |   └── fern
|   |     └── images
|   |     └── images_4
|   |     └── images_8
|   |     └── images_16
|   |     └── sparse
|   |     poses_bounds.npy
|   |     database.db
|   |     colmap_output.txt
|   |   └── trex
|   |   └── ...
        
```

## 数据来源
```BibTeX
@inproceedings{mildenhall2020nerf,
  title={NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis},
  author={Ben Mildenhall and Pratul P. Srinivasan and Matthew Tancik and Jonathan T. Barron and Ravi Ramamoorthi and Ren Ng},
  year={2020},
  booktitle={ECCV},
}
```

### Clone with HTTP
```bash
git clone https://www.modelscope.cn/datasets/DAMOXR/nerf_llff_data.git
```
