Note: This is a subset of the Orbis collection. For the complete dataset collection and more scene categories, please visit the parent repository (Huggingface).
Orbis-Tabletop is a high-quality 3D tabletop scene subset of the Orbis dataset for robotics simulation, computer vision, and embodied AI. This subset focuses on tabletop scenarios and manipulation tasks, with diverse objects, realistic spatial layouts, and photorealistic rendering.
Programmatic access is provided via APIs, enabling seamless integration into existing simulation pipelines and automated workflows.
hf download IntimeAI/Orbis-Tabletop --repo-type=dataset --local-dir ./Orbis-Tabletopfrom omni.isaac.kit import SimulationApp
simulation_app = SimulationApp({"headless": False})
from pxr import Usd
# Load scene
stage = Usd.Stage.Open("./Orbis-Tabletop/Tabletop/OfficeTables/office_table00001/office_table00001.usdc")This repository provides interactive example extensions compatible with Isaac Sim 5.0.0, demonstrating how to use Franka robot to perform pick-and-place tasks in office tabletop scenes.
Extension Features:
- Automatic loading of office tabletop scenes and Franka robot
- Scene lighting and camera configuration
- Object detection and grasp control implementation
- Complete pick-and-place task demonstration
Code Reference:
See extentions/table_examples/table_pickup.py for complete implementation details, including:
- Scene setup and USD asset loading
- Robot controller configuration
- Object detection and task state management
- Lighting and camera setup
If you use the Orbis dataset in your research, please cite:
@dataset{orbis2026,
title={Orbis: A High-Quality 3D Scene Dataset},
author={IntimeAI},
year={2026},
publisher={github},
url={https://github.com/IntimeAI/Orbis}
}This dataset is released under the Apache License 2.0.
