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