You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

VS-Sim: A Synthetic Dataset for Viewpoint Shift Robustness

VS-Sim is a synthetic dataset of road scene images that can be used to study the robustness to viewpoint shift of Computer Vision models for several tasks.

This dataset is introduced in the paper: "VS-Sim: A Synthetic Dataset for Viewpoint Shift Robustness", presented at ICIAP 2025.

Project page: henriquepm.github.io/VS-SIM/

Dataset Structure

├── Town01/
│   └── town01_multiple_cars/
│       ├── scenario1_14341/
│       │   ├── rgb/
│       │   ├── BEV_semantic_processed/
│       │   ├── PITCHED_Town01/
│       │   ├── PITCHEDDEPTH_Town01/
│       │   ├── LEFT_rgb/
│       │   ├── BOTTOM_rgb/
│       │   ├── ... (other sensor folders)
│       │   ├── gnss.txt
│       │   └── imu.txt
│       └── scenario2_14345/
│           └── ... (similar sensor data)
├── Town02/
│   └── town02_multiple_cars/
│       └── ...
...
└── Town10/
    └── town10_multiple_cars/
        └── ...

Citation

If you use this dataset, please cite the accompanying paper:

  • Plain text: Turra, R., Simoncini, M., Monteagudo, H. P., Pjetri, A., Salti, S., & Taccari, L. "VS-Sim: A Synthetic Dataset for Viewpoint Shift Robustness", 2025 International Conference on Image Analysis and Processing.
  • BibTeX :
@inproceedings{turra2025vs,
  title={VS-Sim: A Synthetic Dataset for Viewpoint Shift Robustness},
  author={Turra, Riccardo and Simoncini, Matteo and Monteagudo, Henrique Pi{\~n}eiro and Pjetri, Aurel and Salti, Samuele and Taccari, Leonardo},
  booktitle={International Conference on Image Analysis and Processing},
  pages={507--519},
  year={2025},
  organization={Springer}
}
Downloads last month
9