rtdetr-coco-r18

Detect 80 COCO objects in camera frames and emit ObjectsMetadata events.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides real-time object detection capabilities, identifying and classifying objects in camera frames.

Core Features & Use Cases

  • Real-time Object Detection: Detects 80 COCO-category objects per camera frame.
  • Perception Producer: Publishes ObjectsMetadata events with bounding boxes, labels, and confidence scores.
  • Use Case: Enhance robotic perception by adding object detection capabilities, enabling tasks like obstacle avoidance and scene understanding.

Quick Start

Deploy the rskill-rtdetr-coco-r18 skill on your robot's camera tee.

Frequently Asked Questions about rtdetr-coco-r18

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

FAQPage Schema
How do I perform real-time object detection on camera frames for robotics?

Real-time object detection on camera frames is achieved by processing RGB camera inputs through an ONNX runtime. This skill identifies 80 COCO-category objects per frame, emitting bounding boxes, labels, and confidence scores to enable robotic scene understanding.

What do I need to run RT-DETR object detection on my robot?

To run RT-DETR object detection, you need an RGB camera input and an ONNX runtime environment. The skill processes the camera stream to publish ObjectsMetadata events containing detected bounding boxes, labels, and confidence scores.

How does real-time object detection output data for augmented reality applications?

Real-time object detection outputs data by publishing ObjectsMetadata events for each detected object. These events contain bounding boxes, labels, and confidence scores, which can be consumed for augmented reality overlays or robotic obstacle avoidance.

Can I use RT-DETR on COCO categories for robotic obstacle avoidance?

Yes, you can use RT-DETR on COCO categories for robotic obstacle avoidance. It detects 80 common objects in real-time camera frames, providing the spatial awareness needed to navigate around obstacles.

What is the best way to integrate ONNX object detection into a robotic perception pipeline?

The best way to integrate ONNX object detection is to deploy this skill on your robot's camera tee. It handles real-time frame processing and emits standardized ObjectsMetadata events for immediate downstream consumption.

What are the limitations when using ONNX runtime for real-time object detection?

Limitations of using ONNX runtime for real-time object detection include the strict requirement for an RGB camera input. Detection is also constrained to 80 COCO categories, meaning custom objects outside this set cannot be identified.