Datasets:

Tasks:
Other
Languages:
English
ArXiv:
License:
chenhsuanlin commited on
Commit
2d3338b
Β·
1 Parent(s): dd6884f

add lightspeed

Browse files
Files changed (2) hide show
  1. README.md +56 -3
  2. lightspeed.zip +3 -0
README.md CHANGED
@@ -15,6 +15,10 @@ task_categories:
15
  [Ming-Yu Liu<sup>1</sup>](https://mingyuliu.net/), [David F. Fouhey<sup>3</sup>](https://cs.nyu.edu/~fouhey/), [Chen-Hsuan Lin<sup>1</sup>](https://chenhsuanlin.bitbucket.io/) \
16
  <sup>1</sup>NVIDIA <sup>2</sup>University of Michigan <sup>3</sup>New York University
17
 
 
 
 
 
18
  [![Project Website](https://img.shields.io/static/v1?label=Project&message=Website&color=red)](https://research.nvidia.com/labs/dir/dynpose-100k) [![arXiv](https://img.shields.io/badge/arXiv-2504.17788-b31b1b.svg)](https://arxiv.org/abs/2504.17788)
19
 
20
  ![DynPose-100K Teaser](teaser.png)
@@ -122,11 +126,60 @@ dynpose_100k
122
  | └── ...
123
  ```
124
 
125
- ## LightSpeed Benchmark
 
 
 
 
 
 
126
 
127
- LightSpeed contains ground truth camera pose and is used to validate DynPose-100K's pose annotation method.
 
 
 
 
 
128
 
129
- Coming soon!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
 
131
  ## FAQ
132
 
 
15
  [Ming-Yu Liu<sup>1</sup>](https://mingyuliu.net/), [David F. Fouhey<sup>3</sup>](https://cs.nyu.edu/~fouhey/), [Chen-Hsuan Lin<sup>1</sup>](https://chenhsuanlin.bitbucket.io/) \
16
  <sup>1</sup>NVIDIA <sup>2</sup>University of Michigan <sup>3</sup>New York University
17
 
18
+ ## πŸŽ‰ Updates
19
+ - **[2025.05]** We have released the Lightspeed benchmark, a new dataset with ground-truth camera poses for validating DynPose-100K's pose annotation method. See [download instructions](#lightspeed-benchmark-download) below.
20
+ - **[2025.04]** We have made the initial release of DynPose-100K, a large-scale dataset of diverse, dynamic videos with camera annotations. See [download instructions](#dynpose-100k-download) below.
21
+
22
  [![Project Website](https://img.shields.io/static/v1?label=Project&message=Website&color=red)](https://research.nvidia.com/labs/dir/dynpose-100k) [![arXiv](https://img.shields.io/badge/arXiv-2504.17788-b31b1b.svg)](https://arxiv.org/abs/2504.17788)
23
 
24
  ![DynPose-100K Teaser](teaser.png)
 
126
  | └── ...
127
  ```
128
 
129
+ ## Lightspeed Benchmark Download
130
+
131
+ Lightspeed is a challenging, photorealistic benchmark for dynamic pose estimation with **ground-truth** camera poses. It is used to validate DynPose-100K's pose annotation method.
132
+
133
+ Original video clips can be found here: https://www.youtube.com/watch?v=AsykNkUMoNU&t=1s
134
+
135
+ ### 1. Downloading cameras, videos and frames (8.1 GB)
136
 
137
+ ```bash
138
+ git clone https://huggingface.co/datasets/nvidia/dynpose-100k
139
+ cd dynpose-100k
140
+ unzip lightspeed.zip
141
+ export LIGHTSPEED_PARENT=$(pwd)/lightspeed
142
+ ```
143
 
144
+ ### 2. Dataset structure
145
+ ```
146
+ lightspeed
147
+ β”œβ”€β”€ poses.pkl
148
+ | β”œβ”€β”€ 0120_LOFT {id_setting}
149
+ | β”œβ”€β”€ poses {camera poses (all frames) ([N,3,4])}
150
+ | # where N is number of frames
151
+ | β”œβ”€β”€ 0180_DUST
152
+ | β”œβ”€β”€ poses {camera poses (all frames) ([N,3,4])}
153
+ | └── ...
154
+ β”œβ”€β”€ video
155
+ | β”œβ”€β”€ 0120_LOFT.mp4 {id_setting}
156
+ | β”œβ”€β”€ 0180_DUST.mp4
157
+ | └── ...
158
+ β”œβ”€β”€ frames-24fps
159
+ | β”œβ”€β”€ 0120_LOFT/images {id_setting}
160
+ | β”œβ”€β”€ 00000.png {frame id}
161
+ | β”œβ”€β”€ 00001.png
162
+ | └── ...
163
+ | β”œβ”€β”€ 0180_DUST/images
164
+ | β”œβ”€β”€ 00000.png
165
+ | └── ...
166
+ | └── ...
167
+ β”œβ”€β”€ viz_list.txt {used as index for pose visualization}
168
+ | β”œβ”€β”€ 0120_LOFT.mp4 {id_setting}
169
+ | β”œβ”€β”€ 0180_DUST.mp4
170
+ | └── ...
171
+ ```
172
+
173
+ ### 3. Camera pose visualization
174
+ Create a conda environment if you haven't done so:
175
+ ```bash
176
+ conda env create -f environment.yml
177
+ conda activate dynpose-100k
178
+ ```
179
+ Run the below under the `dynpose-100k` environment:
180
+ ```bash
181
+ python visualize_pose.py --dset lightspeed --dset_parent ${LIGHTSPEED_PARENT}
182
+ ```
183
 
184
  ## FAQ
185
 
lightspeed.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e168f49f2a8facc8ed014868d0a7de408e6b6bedcc88067b821a88a182fb90c
3
+ size 8732366493