Dataset Viewer
The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): ('webdataset', {}), NamedSplit('validation'): ('webdataset', {}), NamedSplit('test'): ('text', {})}
Error code: FileFormatMismatchBetweenSplitsError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
For the training set, noise and saturation pixels are synthesized on-the-fly in GyroDVD_model.py. Please refer to RSBlurPipeline.
For the validation and test sets, noise and saturation pixels have already been applied and are included in the released dataset.
- GyroVD_Syn_train.tar.gz : 50,500 frames for training.
- GyroVD_Syn_train_tau.tar.gz : pre-computed tau. (only required for training.)
- GyroVD_Syn_val.tar.gz : 5,000 frames for validation.
- GyroVD_Syn_val_tau.tar.gz : pre-computed tau for validation set. (only required for training.)
- GyroVD_Syn_test.tar.gz : 7,700 frames for evaluation.
- GyroVD_Syn_test_tau.tar.gz : pre-computed tau for test set. (only required for training.)
- GyroVD_Real.tar.gz: 10,000 real-world frames for evaluation.
To facilitate future research, we also provide accelerometer and magnetometer data.
The GyroVD-Syn dataset
# GyroVD_Syn_train.tar.gz
GyroVD_Syn_train
βββ 0413/VID_20250412_101526
β βββ blur # blurred frames
β β βββ 000001_160466752524897_160466785733026_160466786578871_avg09_blur.png
β β βββ 000001_(exp_start_1th)_(exp_start_9th)_(exp_end)_avg09_blur.png
β β ...
β βββ gt # gt frames
β β βββ 000001_160466752524897_160466785733026_160466786578871_avg09_gt.png
β β ...
β βββ meta_info
β β βββ gyro.csv # gyroscope data
β β βββ accel.csv # accelerometer data
β β βββ magnetic.csv # magnetometer data
β β βββ cam_metainfo.csv # camera meta data
β βββ rot # pre-computed rotation matrices
β βββ sat_mask # saturation mask for RSBlur pipeline
βββ 0413/VID_20250412_101616
β ...
...
The GyroVD-Real dataset
# GyroVD_Real.tar.gz
GyroVD-Real
βββ 1029_GP/VID_20251029_013931
β βββ blur # blurred frames
β β βββ 000001_193795012257259_193795012257259_193795111113483_blur.jpg
β β ...
β βββ meta_info
β β βββ gyro.csv # gyroscope data
β β βββ accel.csv # accelerometer data
β β βββ magnetic.csv # magnetometer data
β β βββ cam_metainfo.csv # camera meta data
β ...
...
- Downloads last month
- 168