omdet-turbo-indoor

Detect indoor objects in real-time from RGB camera input using OmDet-Turbo.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/bensonlee5/openral --skill omdet-turbo-indoor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omdet-turbo-indoor
Source: https://github.com/bensonlee5/openral/tree/main/rskills/omdet-turbo-indoor
Command: npx skills add https://github.com/bensonlee5/openral --skill omdet-turbo-indoor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates object detection in real-time for indoor environments, providing a comprehensive view of the scene without the need for manual prompting.

Core Features & Use Cases

  • Real-time Object Detection: Detects objects in real-time from an RGB camera feed.
  • Fixed Indoor Vocabulary: Identifies objects from a curated list of indoor items such as kitchenware, appliances, and furniture.
  • Open Vocabulary: Supports a wide range of object classes beyond the standard COCO categories.
  • In-process Execution: Runs the detector within the OpenRAL runtime for efficient processing.
  • Use Case: For a robot navigating a kitchen, this Skill can help it identify objects like cups, food, appliances, and furniture, aiding in tasks such as inventory management or object manipulation.

Quick Start

Deploy the object detection skill on the camera tee in simulation:

openral deploy sim \
  --object-detector-manifest rskills/omdet-turbo-indoor/rskill.yaml

Frequently Asked Questions about omdet-turbo-indoor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform real-time object detection for indoor environments using an RGB camera?

You can deploy the object detection skill in a simulation environment using the OpenRAL deploy command. It utilizes the OmDet-Turbo model on an RGB camera feed to detect and classify objects within the OpenRAL framework.

Does OmDet-Turbo indoor object detection support open vocabulary classes beyond standard COCO categories?

Yes, OmDet-Turbo supports an open vocabulary that extends beyond standard COCO categories. It specifically identifies a curated list of indoor items including kitchenware, appliances, and furniture for robot perception.

Can I use OpenRAL to run object detection in-process for robot perception tasks?

Yes, you can use OpenRAL to run object detection in-process. The OmDet-Turbo detector executes within the OpenRAL runtime to provide efficient scene understanding and perception for robots navigating indoor spaces.

What types of indoor objects can real-time detection identify for robot navigation?

Real-time detection for robot navigation identifies a fixed vocabulary of indoor objects such as kitchenware, food, appliances, and furniture. This aids robots in tasks like inventory management and object manipulation.

What are the limitations of using fixed vocabulary for real-time indoor object detection?

The limitation of fixed vocabulary detection is that it only recognizes a curated list of specific indoor items like kitchenware and furniture. It may not classify objects outside this predefined list without open vocabulary configuration.