https://github.com/amazon-science/small-baseline-camera-tracking
A dataset to facilitate the research of Structure-from-Motion (SfM) for movie and TV shows.
https://github.com/amazon-science/small-baseline-camera-tracking
Last synced: 3 months ago
JSON representation
A dataset to facilitate the research of Structure-from-Motion (SfM) for movie and TV shows.
- Host: GitHub
- URL: https://github.com/amazon-science/small-baseline-camera-tracking
- Owner: amazon-science
- License: other
- Created: 2022-03-21T17:37:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T22:53:21.000Z (over 3 years ago)
- Last Synced: 2025-09-09T05:11:48.295Z (9 months ago)
- Homepage:
- Size: 1.51 MB
- Stars: 71
- Watchers: 9
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Small-Baseline Camera-Tracking Dataset

We present the Small-Baseline Camera-Tracking dataset which is used as the evaluation dataset (StudioSfM) in the following paper:
Depth-Guided Sparse Structure-from-Motion for Movies and TV Shows. Sheng Liu, Xiaohan Nie, Raffay Hamid, IEEE CVPR 2022
This dataset contains 130 video shots collected from 15 TV episodes from Amazon Prime Video. Each shot is annotated with corresponding camera motion data by a professional CG studio. This dataset aims to faciliate the research of 3D reconstruction for small-baseline videos in movies and TV shows.
### Annotation
In the folder of each video, the camera motion data is stored as a dictionary in 'camera.pkl' file which can be loaded using pickle package with Python 3.7.
The key of the dictionary is the image id which corresponds to image name, and the value is also a dictionary with 'intr_mtx' stores the camera intrinsics and 'v2c' stores the world to camera transformation.
### How to request the download link
Please contact shenlu *at* amazon.com to request the download link of the full dataset.
## License
This repository is licensed under the CC-BY-NC 4.0 License.
## Citation
If you use this dataset, please cite the following paper:
```
@inproceedings{pv-2022-sfm,
title = "Depth-Guided Sparse Structure-from-Motion for Movies and TV Shows",
author = "Sheng Liu and
Xiaohan Nie and
Raffay Hamid",
booktitle = "The Conference on Computer Vision and Pattern Recognition",
year = "2022",
}
```