Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ 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). In addition, the editing samples are stored in the 'edits/' directory. We also provide 'ext_metadata.json' that can offer info about scenes. The data loader in
|
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). In addition, the editing samples are stored in the 'edits/' directory. We also provide 'ext_metadata.json' that can offer info about scenes. The data loader in our code currently supports the following two fields:
|
21 |
```js
|
22 |
{
|
23 |
/** The `spiral_radius_scale` field specifies the radius of spiral camera path to
|