Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,37 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Dynamic Objects Dataset
|
| 6 |
+
|
| 7 |
+
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).
|
| 8 |
+
|
| 9 |
+
## Structure
|
| 10 |
+
The structure of the dataset is as:
|
| 11 |
+
```
|
| 12 |
+
DynObjects
|
| 13 |
+
| - data
|
| 14 |
+
| | - fallingball
|
| 15 |
+
| | | - train: serves as training data
|
| 16 |
+
| | | - val: used for evaluating novel view interpolation
|
| 17 |
+
| | | - test: used for evaluating future extrapolation
|
| 18 |
+
| | | - transforms_train.json: camera poses and other meta informations for training set
|
| 19 |
+
| | | - transforms_val.json: camera poses and other meta informations for novel view interpolation task
|
| 20 |
+
| | | - transforms_test.json: camera poses and other meta informations for future extrapolation task
|
| 21 |
+
| | - bat
|
| 22 |
+
| | - telescope
|
| 23 |
+
| | - fan
|
| 24 |
+
| | - whale
|
| 25 |
+
| | - shark
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
## Citation
|
| 29 |
+
If you find this dataset helpful, please consider citing:
|
| 30 |
+
```bibtex
|
| 31 |
+
@article{li2023nvfi,
|
| 32 |
+
title={NVFi: Neural Velocity Fields for 3D Physics Learning from Dynamic Videos},
|
| 33 |
+
author={Jinxi Li and Ziyang Song and Bo Yang},
|
| 34 |
+
year={2023},
|
| 35 |
+
journal={NeurIPS}
|
| 36 |
+
}
|
| 37 |
+
```
|