Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,10 @@ This dataset contains our own captured nighttime scenes, synthetic data generate
|
|
17 |
|
18 |
To use the data, please go to 'Files and versions' and download 'bilarf_data.zip'.
|
19 |
|
20 |
-
The dataset follows the file structure of [NeRF LLFF data](https://drive.google.com/drive/folders/14boI-o5hGO9srnWaaogTU5_ji7wkX2S7) (forward-facing scenes).
|
|
|
|
|
|
|
21 |
```js
|
22 |
{
|
23 |
/** The `spiral_radius_scale` field specifies the radius of spiral camera path to
|
|
|
17 |
|
18 |
To use the data, please go to 'Files and versions' and download 'bilarf_data.zip'.
|
19 |
|
20 |
+
The dataset follows the file structure of [NeRF LLFF data](https://drive.google.com/drive/folders/14boI-o5hGO9srnWaaogTU5_ji7wkX2S7) (forward-facing scenes).
|
21 |
+
In addition, editing samples are stored in the 'edits/' directory. The filename of each editing is formatted in 'edit`X`\_color\_`split-name`\_`index`.png',
|
22 |
+
where `split-name` could be 'train', 'test', 'all', or 'path', and `index` is the camera index in the split.
|
23 |
+
We also provide 'ext_metadata.json' that can offer info about scenes. The data loader in our code currently supports the following two fields:
|
24 |
```js
|
25 |
{
|
26 |
/** The `spiral_radius_scale` field specifies the radius of spiral camera path to
|