Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,42 @@ tags:
|
|
| 6 |
pretty_name: MateiralMotion
|
| 7 |
size_categories:
|
| 8 |
- 100B<n<1T
|
| 9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
pretty_name: MateiralMotion
|
| 7 |
size_categories:
|
| 8 |
- 100B<n<1T
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
# Motion Estimation Datasets
|
| 13 |
+
|
| 14 |
+
This repository contains multiple datasets for motion estimation used in the paper
|
| 15 |
+
**"Machine Learning Modeling for Multi-order Human Visual Motion Perception"**.
|
| 16 |
+
|
| 17 |
+
## Citation
|
| 18 |
+
|
| 19 |
+
For use, please cite:
|
| 20 |
+
|
| 21 |
+
```bibtex
|
| 22 |
+
@misc{sun2025machinelearningmodelingmultiorder,
|
| 23 |
+
title={Machine Learning Modeling for Multi-order Human Visual Motion Processing},
|
| 24 |
+
author={Zitang Sun and Yen-Ju Chen and Yung-Hao Yang and Yuan Li and Shin'ya Nishida},
|
| 25 |
+
year={2025},
|
| 26 |
+
eprint={2501.12810},
|
| 27 |
+
archivePrefix={arXiv},
|
| 28 |
+
primaryClass={cs.CV},
|
| 29 |
+
url={https://arxiv.org/abs/2501.12810},
|
| 30 |
+
}
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
## Dataset Sources
|
| 34 |
+
|
| 35 |
+
- **Human Data:** Our human data are based on the Sintel-Slow and KITTI 2015 datasets.
|
| 36 |
+
- **Motion Datasets:** The non-diffuse and diffuse material-based motion datasets are generated using the Kubric pipeline.
|
| 37 |
+
|
| 38 |
+
- [Kubric](https://github.com/google-research/kubric)
|
| 39 |
+
- [KITTI](https://www.cvlibs.net/datasets/kitti/)
|
| 40 |
+
- [MPI-Sintel](http://sintel.is.tue.mpg.de/)
|
| 41 |
+
- [Sintel-slow](https://www.cvlibs.net/projects/slow_flow/)
|
| 42 |
+
- [DAVIS](https://davischallenge.org/)
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
**Note:** You need to follow the respective licenses and policies for using the above datasets.
|
| 46 |
+
|
| 47 |
+
---
|