File size: 1,191 Bytes
8505dd7
e11a200
8505dd7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2cd3957
8505dd7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
license: cc-by-nc-sa-4.0
---

# Dynamic Objects Dataset

This dataset is proposed by [NVFi](https://github.com/vLAR-group/NVFi), and used by [FreeGave](https://github.com/vLAR-group/FreeGave) and [TRACE](https://github.com/vLAR-group/TRACE).

## Structure
The structure of the dataset is as:
```
DynObjects
| - data
| | - fallingball
| | | - train: serves as training data
| | | - val: used for evaluating novel view interpolation
| | | - test: used for evaluating future extrapolation
| | | - transforms_train.json: camera poses and other meta informations for training set
| | | - transforms_val.json: camera poses and other meta informations for novel view interpolation task
| | | - transforms_test.json: camera poses and other meta informations for future extrapolation task
| | | - points3d.ply: randomly initialized points for 3D Gaussians
| | - bat
| | - telescope
| | - fan
| | - whale
| | - shark
```

## Citation
If you find this dataset helpful, please consider citing:
```bibtex
@article{li2023nvfi,
  title={NVFi: Neural Velocity Fields for 3D Physics Learning from Dynamic Videos}, 
  author={Jinxi Li and Ziyang Song and Bo Yang},
  year={2023},
  journal={NeurIPS}
}
```