The dataset viewer is not available for this split.
Error code: JobManagerCrashedError
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.
IRIS Dataset: Industrial Real-Sim Imagery Set
Overview
The IRIS Dataset is a comprehensive real-world dataset designed to study sim-to-real transfer for object detection in industrial robotic environments. This repository provides:
- The complete real IRIS dataset: 508 annotated images of 32 mechanical components captured across four distinct, challenging industrial scenes.
- Assets for synthetic data generation: All necessary 3D models, backgrounds, and materials to run the companion synthetic data generation pipeline.
- Example synthetic datasets: Two fully-annotated synthetic training sets (4000 images each) generated using our pipeline, showcasing different data generation strategies.
- Pre-trained model checkpoints: YOLO11m models trained on the provided synthetic datasets, serving as baselines for sim-to-real transfer experiments.
This release accompanies our paper and the open-source synthetic data generation code SynthRender. The goal is to provide a complete, reproducible benchmark for evaluating and advancing sim-to-real methods in industrial robotics.
Dataset Statistics
TOTAL DATA: 508 images, 32 classes
Distribution by instance count:
- 96 single object images
- 210 single instance images
- 202 double instance images
Scene Breakdown:
| Scene Type | Count | Image Range |
|---|---|---|
| Controlled lighting (room) | 101 | 000β100 |
| Window sunlight | 67 | 101β167 |
| Background diversity | 100 | 168β267 |
| Industrial robot scene | 240 | 268β507 |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Folder Structure
IRIS
βββ Assets
β βββ CADs
β β βββ 3DGS
β β βββ Manual
β β βββ MeshyAI
β β βββ TRELLIS
β βββ General
β β βββ backgrounds
β β βββ distractors
β β βββ plane_materials
β βββ 3D_GenAI_Masked_Imgs
βββ Checkpoints
βββ Real_Test_Set
β βββ annotations
β β βββ coco
β β β βββ by_scene
β β β βββ full
β β βββ yolo
β β βββ by_scene
β β β βββ 01_control_lighting
β β β βββ 02_sunlight_window
β β β βββ 03_floor_backgrounds
β β β βββ 04_robot_scene
β β βββ full
β βββ images
β βββ by_scene
β β βββ 01_control_lighting
β β β βββ depth
β β β βββ rgb
β β βββ 02_sunlight_window
β β β βββ depth
β β β βββ rgb
β β βββ 03_floor_backgrounds
β β β βββ depth
β β β βββ rgb
β β βββ 04_robot_scene
β β βββ depth
β β βββ rgb
β βββ full
β βββ depth
β βββ rgb
βββ Synthetic_Train_Sets
βββ 4k_Material_Randomized
β βββ coco
β βββ yolo
β βββ images
β β βββ train
β β βββ val
β βββ labels
β βββ train
β βββ val
βββ 4K_Physics_Intrinsics_RGB_Exp
βββ coco
βββ yolo
βββ images
β βββ train
β βββ val
βββ labels
βββ train
βββ val
Description of Key Folders
Assets
Contains resources for synthetic data generation and running the pipeline
- CADs: 3D models of all 32 parts generated via our four methods: Manual (expert moddeling), 3DGS (3D Gaussian Splattin), MeshyAI (texture generation), and TRELLIS (GenAI 3D asset).
- General: Backgrounds, distractor objects, and plane materials for scene composition.
- 3D_GenAI_Masked_Imgs: Real object images with segmentation masks for GenAI tools.
![]() |
Real_Test_Set
Captured with a Zivid 2 Plus MR60 industrial RGB-D camera.
- annotations/: COCO and YOLO bounding-box annotations.
- images/: RGB images and depth data.
The real test set is provided in two complementary formats: a full evaluation set (images/full/ and annotations/full/) for comprehensive benchmarking across all 508 images, and per-scene organization (images/by_scene/ and annotations/by_scene/) organized into 4 distinct industrial scenarios (controlled lighting, window sunlight, background diversity, and robot-mounted views). This dual structure allows researchers to either evaluate overall performance or conduct targeted analysis of specific environmental challenges.
Synthetic_Train_Sets
Images and bounding box annotations of our two best performing configuration synthetic datasets (4000 images each):
- 4k_Material_Randomized: Manual modelled CADs with material randomization
- 4K_Physics_Intrinsics_RGB_Exp: Manual modelled CADs and textures
![]() |
![]() |
Checkpoints
Pre-trained YOLO11m models of our best 2 performing synthetic datasets:
yolo11m_Material_Randomized.pt: Trained on 4k_Material_Randomized datasetyolo11m_Physics_Intrinsics_RGB_Exp.pt: Trained on 4K_Physics_Intrinsics_RGB_Exp dataset
Object Classes
|
|
| Family / Source | Object/Class Name(s) |
|---|---|
| Custom-Modeled | C_O_Ring_L, C_O_Ring_M, C_O_Ring_S |
| C_Plastic_Washer_L, C_Plastic_Washer_S | |
| C_Steel_Ball_L, C_Steel_Ball_S | |
| C_Washer_M5 | |
| C_Washer_M6 | |
| FATH GmbH | F_Roll-in_Nut_M5 |
| Festo SE & Co. KG | FestoI |
| FestoT | |
| Festo_Torch | |
| FestoV | |
| FestoX | |
| FestoY | |
| GlobalFastener Inc. | GF_Collar_L, GF_Collar_S |
| GF_Slotted_Pin_L, GF_Slotted_Pin_S | |
| GF_Split_Pin_L, GF_Split_Pin_S | |
| GF_Cone_Screw_M8 | |
| GF_Hexagon_Nut | |
| GF_Knurled_Screw_M8 | |
| GF_Plain_Screw_M8 | |
| GF_Screw_M5 | |
| McMaster-Carr Supply Co. | MM_Silencer_L, MM_Silencer_S |
| MM_Spring | |
| MM_Wing | |
| MM_Wood_Screw |
Citation
J. M. Araya-Martinez, T. Tom, A. S. Reig, P. R. Valiente, J. Lambrecht, and J. KrΓΌger, βSynthrender and iris: Open-source framework and dataset for bidirectional sim-real transfer in industrial object perception,β 2026. [Online]. Available: https://arxiv.org/abs/2602.21141
License
See LICENSE.txt for terms and conditions.
Contact
For questions, please contact the corresponding authors of the paper.
- Downloads last month
- 4,385








