Yuehao commited on
Commit
ccb0a5d
1 Parent(s): 2fa00eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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). 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
 
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