Filter
Exclude
Time range
-
Near
Replying to @Matt_Levine_1
appreciate it 🫡 custom yolo bytetrack ocr, all on a single moving camera. no roboflow. your (x,y,z) setup is the dream. we should link.
3
13
1,153
Andres Vilariño 🇪🇦 retweeted
🚗⚡ What if a regular CCTV camera could measure vehicle speed using AI? This project combines YOLO, ByteTrack, and Computer Vision to detect vehicles, track them in real time, and estimate their speed automatically. 🤯 ✅ Vehicle Detection ✅ Real-Time Tracking ✅ Speed Estimation ✅ Motion Trails ✅ Smart Traffic Analytics The best part? It’s built with open-source tools and runs on standard video footage—no expensive speed camera hardware required. 💬 Comment “SPEED” and I’ll send the project details. 📌 Save this reel for your next AI project. 🔄 Share with a friend who loves AI and Python. #AI #ArtificialIntelligence #ComputerVision #YOLO #Python MachineLearning DeepLearning OpenSource Coding Programmer SoftwareEngineer DataScience Robotics Automation SmartCity VehicleTracking SpeedDetection Tech Engineering AIProjects PythonProjects TechReels FutureTech Developer Innovation
3
2
30
1,643
Jun 10
أغلب نماذج الرؤية الحاسوبية (Computer Vision) بتعطيك مجرد مربعات تحديد (Boxes) وأقنعة (Masks)، لكن تطبيقك الفعلي في النهاية بيحتاج عناصر وعمليات أعمق بكثير: إطارات فيديو، معرّفات تتبع (Tracking IDs)، تصنيفات (Labels)، مناطق مخصصة (Zones)، عمليات عدّ، وتقييم شامل للأداء. هنا بيبرز دور أداة Supervision (من تطوير Roboflow). الأداة ببساطة بتوحّد مخرجات أشهر منصات ونماذج الرؤية الحاسوبية مثل Ultralytics، Transformers، MMDetection، و Inference، وتجمعها تحت مظلة واجهة برمجية مشتركة وموحدة وهي (sv.Detections API). وفوق هذا، بتضيف لك أدوات جاهزة ومتقدمة مثل الـ Annotators للتوضيح البصري، وخوارزمية التتبع الشهيرة ByteTrack، وأدوات دقيقة لإدارة النطاقات والـ Zones. الخلاصة المريحة لمهندسي الأنظمة التقنية: 📉 تقليل كود الربط المؤقت والترقيعي (Less demo glue) اللي بتكتبه لمجرد العرض. ⚙️ بناء خط معالجة رؤية حاسوبية (CV Pipeline) مستقر، صلب، وقابل للتكرار والاعتماد عليه في الإنتاج الفعلي. المشروع مفتوح المصدر بالكامل برخصة MIT وحصد أكثر من 43,000 نجمة على GitHub نتيجة كفاءته. #ComputerVision #Roboflow #AIInfra #MENAAI #SaudiAI #JordanTech #ArabAIEra #ATIEHTECH
1
1
4
111
Cada vez que construyes algo con visión por computadora escribes el mismo código. Bounding boxes. Seguimiento de objetos. Zonas de detección. Métricas de rendimiento. x.com/skalskip92/status/2063… Todo desde cero. Cada proyecto. Siempre. Roboflow lleva años construyendo la librería que elimina ese problema. Se llama Supervision y tiene 42.1k estrellas en GitHub. 1 millón de descargas al mes en PyPI. 6.5k proyectos open source construidos encima. Activo hace 2 horas. Lo que hace en una línea: Conectas cualquier modelo de visión y Supervision se encarga del resto. ✅ Objeto unificado sv.Detections compatible con YOLO, SAM, Transformers, Detectron2, MMDetection y más ✅ Anota imágenes y video con bounding boxes, máscaras y etiquetas en 3 líneas de código ✅ Seguimiento de objetos entre frames con IDs persistentes via ByteTrack y BoTSORT ✅ Cuenta y filtra detecciones dentro de zonas poligonales personalizadas ✅ Estima velocidad de objetos en movimiento con transformación de perspectiva ✅ Carga y convierte datasets entre YOLO, COCO y Pascal VOC ✅ Benchmarks con mAP y matrices de confusión listos para usar ✅ Compatible con Claude Code via AGENTS(.)md integrado ✅ 36 releases. v0.28.0. MIT. El caso de uso que más me ha flipado: El propio autor lo usó para construir un sistema de IA que sigue en tiempo real a los jugadores de baloncesto en un partido. Detección, seguimiento, zonas de cancha y métricas de velocidad. Todo con Supervision y menos de 100 líneas de Python. el enlace 👇
SkalskiP

3
9
48
3,303
That's not a vanity metric. Here's what it actually means: 6,500 open-source CV projects are built on top of it right now. Basketball AI tracking. Traffic monitoring. Retail analytics. Medical imaging. Drone detection. All running on the same library. For those who don't know — supervision is Roboflow's open-source toolkit for computer vision post-processing. Not a model. Not a dataset. The layer between your model and your application. Bounding boxes, segmentation masks, tracking, annotation, filtering — all in clean, composable Python. import supervision as sv annotator = sv.BoxAnnotator() detections = sv.Detections.from_ultralytics(results) frame = annotator.annotate(frame, detections) That's literally it. Why it blew up: → Works with ANY model — YOLO, SAM, DINO, Grounding DINO, RF-DETR → Tracker-agnostic (ByteTrack, SORT, BoTSORT) → Zero boilerplate for video inference loops → Built-in dataset tools (COCO, YOLO, VOC formats) → Active maintainers, weekly releases The numbers: ⭐ 40,000 stars 📦 6,500 dependent projects 🔄 Used in production across sports, security, agriculture, healthcare From 0 to one of the most-starred CV libraries on GitHub — in under 2 years. If you're still writing your own draw_bounding_box() function in 2025 — this is your sign to stop. → github.com/roboflow/supervis…
supervision just hit 40,000 GitHub stars! it now powers over 6.5k open-source computer vision projects, including all my demos like basketball AI link: github.com/roboflow/supervis…
1
7
155
Jun 3
YOLOv8x detection ByteTrack tracking (Roboflow Inference & Supervision)
3
38
3,020
And camera angle What I actually want this to become: proper DeepSORT or ByteTrack so vehicles don’t lose their ID when they cross paths. Real lane detection so speed limits can be applied per lane.
1
2
27
Vehicle counting using @ultralytics YOLO26 🚀 Here, I trained the YOLO26 model on a custom dataset and later used an object tracker (Bytetrack) Ultralytics Solutions to count the objects in the video file. #vehicles #tracking #MachineLearning
8
32
370
46,624
Nice build. The custom dataset plus ByteTrack is what makes this feel usable, not just a model demo.
1
3
551
Packet counting using @ultralytics YOLO26 🚀 Here, I trained the YOLO26 model on a custom dataset and later used an object tracker (Bytetrack) Ultralytics Solutions to count the objects in the video file. #packets #counting #MachineLearning
14
39
555
121,026
May 27
@roboflow keypoint model detects 12 court corners, RANSAC homography maps pixels to a 20×44ft court, ByteTrack keeps persistent player IDs, and TrackNet finds a 5-10px ball across consecutive frames.
3
6
569
Vehicle tracking using @ultralytics YOLO26 👀 In this demo, I trained the YOLO26 model on a custom dataset and later used an object tracker (Bytetrack) to track the objects in the video file. Note: I also performed testing with Botsort, which is also a good tracker, but it's slow in comparision to Bytetrack. #Tracking #ComputerVision #MachineLearning
8
22
231
16,673
May 20
pip install trackers Ya está disponible trackers v2.1.0; esta versión añade soporte para ByteTrack, un algoritmo rápido de seguimiento por detección enfocado en mantener identidades estables bajo oclusión. Enlace: github.com/roboflow/trackers
1
62
11,239
We should be nervous about how much power the AI models have in discovery. I’m doing some car speed tracking using a camera on our property and Opus chose an app stack (Python:3.12-slim base image, UV, FastAPI, uvicorn, ) ML stack (Yolo11s, Bytetrack, ONNX) cloud architecture (Cloudflare R2->queue->worker->container->D1). In the before times, I would have spent a whole day researching these pieces, testing them, talking to friends, and building a plan. Now? I gave it a nudge about the cloud arch because I had an opinion, but otherwise, turned “auto mode on” and let it rip. Took a few hours to build. I never opened a browser let alone a search engine. This will start to apply to every field: education, health, politics, history...
6
362
We introduce Multi-Resolution Rescored ByteTrack "MR2-ByteTrack: CNN and Transformer-based Video Object Detection for AI-augmented Embedded Vision Sensor Nodes" which reduces computational cost by alternating between full- and low-resolution inference. See arxiv.org/pdf/2605.15423
5
22
2,054
Built a hybrid AI agent for surveillance: YOLO11 ByteTrack → tracking SQLite → deterministic queries LLM → contextual reasoning “How many cars?” → SQL (exact) “Anything suspicious?” → LLM Same interface. Two execution paths.
Replying to @ShifaCodes
It processes hours of footage, tracks objects, flags anomalies, and answers queries with zero hallucination. The interesting part isn’t detection — it’s the architecture.
1
2
124
Hmmm, I am just using the Ultralytics package, which already supports Bytetrack, so not sure if anything additional I can help with 😀
2
560
Football players detection tracking using @ultralytics YOLO26 ⚽️ It took me 30 minutes to train the YOLO26 model on a custom dataset using Ultralytics Platform. Later, I used the object tracker (Bytetrack) for tracking the players; tracking could be improved further, and I am working on it this week. More info 👇 #soccer #football #MachineLearning
10
33
346
42,339
May 1
Technically, @flypraxis combines YOLO detection with ByteTrack, using temporal buffering and low-confidence association to maintain tracking continuity during short-term occlusions or signal loss scenarios.
1
2
57