Metadata-Version: 2.1
Name: ycbev-toolkit
Version: 1.0
Summary: A Python toolkit for loading and processing event data from the YCB-Ev dataset.
Home-page: https://github.com/paroj/ycbev
Author: Pavel Rojtberg
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: zstandard

# YCB-Ev Dataset

> [!NOTE]
> 2025-10-06: the data loading and processing parts are now available on pypi for easy integration in your projects:
> ```bash
> pip install ycbev_toolkit
> ```

> [!NOTE]
> 2024-09-18: we have released YCB-Ev 1.1 with improved annotations and exteded supplementary programs. Please download the updated annotations from the link below.

The YCB-Ev dataset contains synchronized RGB-D frames and event data that enables evaluating 6DoF object pose estimation algorithms using these modalities.
This dataset provides ground truth 6DoF object poses for the same 21 YCB objects that were used in the YCB-Video (YCB-V) dataset, allowing for cross-dataset algorithm performance evaluation.
The dataset consists of 21 synchronized event and RGB-D sequences, totalling 13,851 frames (7 minutes and 43 seconds of event data). Notably, 12 of these sequences feature the same object arrangement as the YCB-V subset used in the BOP challenge.

Ground truth poses are generated by detecting objects in the RGB-D frames, interpolating the poses to align with the event timestamps, and then transferring them to the event coordinate frame using extrinsic calibration.

https://arxiv.org/abs/2309.08482

[![video](https://img.youtube.com/vi/xq_fDXq6Sfw/0.jpg)](https://www.youtube.com/watch?v=xq_fDXq6Sfw)

## Citation

```bibtex
@InProceedings{rojtberg2025ycbev,
    author="Rojtberg, Pavel
    and P{\"o}llabauer, Thomas",
    title="YCB-Ev 1.1: Event-Vision Dataset for 6DoF Object Pose Estimation",
    booktitle="Computer Vision -- ECCV 2024 Workshops",
    year="2025",
    publisher="Springer Nature Switzerland",
    pages="1--13",
    isbn="978-3-031-91569-7",
    doi="10.1007/978-3-031-91569-7_1"
}
```

## Download

Now on Huggingface: https://huggingface.co/datasets/paroj/ycbev


