Skip to content

Object Detection

Object Detection

retina covers 2D object detection from images using three different approaches: classical computer vision algorithms, deep learning models trained on fixed object classes, and open-vocabulary detectors that work from free-text prompts. Pick the group that matches what you're trying to detect.

Classical Object Detection

Classical detectors use deterministic, non-learned algorithms - no training data, no GPU, and fully explainable results. They work best when the shape you're looking for is well-defined geometrically (circles, edges, contours) and lighting/background are reasonably controlled.

Deep Learning Object Detection

Deep learning detectors are neural networks trained on a fixed set of object classes. They handle cluttered scenes, varied lighting, and partial occlusion far better than classical CV, but they can only recognize the classes they were trained on.

Open-Vocabulary Object Detection

Open-vocabulary detectors are foundation models that detect objects described in plain text, without retraining. Use them when you need to detect a new or rarely-seen object category on the fly, or when defining a fixed class list isn't practical.

Free Tier
Every new account starts on a free tier with credits to call the SDK — no billing details required.
Create API key →

Where to Go Next?

Ready to go deeper? Browse the Telekinesis Skill Examples repository for a runnable example covering every Skill.

Skill Examples

One runnable example per Skill, across vision, 3D, hardware, and robotics.

Explore →

Explore the Docs

Support