mkturkcan

mkturkcan / DART

Public

Detect Anything in Real Time: Real-time object detection using frontier object detection models.

91
15
100% credibility
Found Mar 17, 2026 at 91 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Python
AI Summary

DART is a training-free framework that converts SAM3 into a real-time multi-class open-vocabulary detector, achieving 55.8 AP on COCO val2017 at 15.8 FPS on a single RTX 4080.

Star Growth

See how this repo grew from 91 to 91 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is DART?

DART transforms SAM3 into a real-time, open-vocabulary object detector—no training required. Feed it text prompts like "person car bicycle" via CLI, and it spits out boxes, scores, and masks on images or videos at 15+ FPS on an RTX 4080 (55.8 AP on COCO with 80 classes). Built in Python with TensorRT exports and ByteTrack tracking, it's a plug-and-play upgrade for "detect anything" demos on this detect anything github repo.

Why is it gaining traction?

It squeezes real-time speeds from frontier models like SAM3 using batched FP16 inference, text caching, and distilled backbones (3-5x faster), without accuracy hacks. Demos run out-of-the-box—`demo_video.py --video input.mp4 --classes car person --trt engine.engine`—and benchmarks compare modes transparently. Devs grab it for quick OV detection prototypes over slower alternatives.

Who should use this?

CV engineers prototyping real-time detection in robotics, dashcams, or surveillance feeds. Video analysts needing tracked objects across frames without custom training. Teams evaluating "detect anything in real time" for apps like AR overlays or autonomous nav.

Verdict

Grab it if you need fast SAM3 detection today—docs, scripts, and COCO evals are solid for a 91-star Python project. Low 1.0% credibility score flags early maturity (rebuild TRT engines per GPU), but it's battle-tested on 4080s; test your hardware first.

(187 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.