awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesComputer Vision Tracking APIs

Web endpoints for automating the selection and propagation of object masks in video files.

Distinct from Computer Vision: Existing computer vision tags focus on frameworks or synthetic data, not a specific functional tracking API.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Computer Vision Tracking APIs. Refine with filters or upvote what's useful.

Awesome Computer Vision Tracking APIs GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gaomingqi/track-anythingAvatar von gaomingqi

    gaomingqi/Track-Anything

    6,936Auf GitHub ansehen↗

    Track-Anything is an AI-driven video object segmentation and tracking system. It utilizes the Segment Anything Model to isolate and mask multiple objects across video frames, providing tools for automated mask propagation and background-filling inpainting. The system distinguishes itself through a multi-object segmentation pipeline that can follow several distinct targets simultaneously. It includes a video inpainting utility to remove tracked objects and replace them with synthesized background content, as well as temporal mask refinement to correct tracking drift. The project covers broad

    Provides a set of web endpoints for automating the selection and propagation of object masks.

    Pythoninpaint-anythinginteractive-trackingsegment-anything
    Auf GitHub ansehen↗6,936
  • landing-ai/vision-agentAvatar von landing-ai

    landing-ai/vision-agent

    5,293Auf GitHub ansehen↗

    Vision-agent is an AI system and visual data extraction framework that translates natural language prompts into runnable Python scripts for analyzing images and video. It functions as a multi-model vision orchestrator, using large language models to plan and generate executable code for tasks such as object detection, counting, and video tracking. The system employs a plan-and-execute cycle that iteratively generates and tests code, using an error-correction loop to refine the implementation until a solution is validated. It is configuration-driven, allowing the underlying language model back

    Executes specific models for object detection, counting, and video tracking for precise results.

    Python
    Auf GitHub ansehen↗5,293
  • coneypo/dlib_face_recognition_from_cameraAvatar von coneypo

    coneypo/Dlib_face_recognition_from_camera

    2,467Auf GitHub ansehen↗

    Dieses Projekt ist ein Computer-Vision-System, das für Gesichtserkennung und Identitätsverfolgung in Echtzeit mittels Live-Kamera-Feeds entwickelt wurde. Es bietet ein Framework zum Erfassen, Registrieren und Identifizieren mehrerer Personen gleichzeitig, indem Live-Video-Input mit einer lokalen Datenbank vorregistrierter Gesichtsbeschreibungen verglichen wird. Das System zeichnet sich durch eine leistungsorientierte Verarbeitungspipeline aus, die die Rechenlast während der Live-Analyse ausbalanciert. Durch die Kombination von Feature-Extraktion mittels tiefer neuronaler Netze mit zentroidbasierter Objektverfolgung behält die Software konsistente Identitäts-Labels über Videoframes hinweg bei und minimiert gleichzeitig die Häufigkeit rechenintensiver Erkennungsvorgänge. Dieser Ansatz ermöglicht eine stabile Verfolgung und Identifizierung mehrerer Personen, ohne dass eine vollständige Verarbeitung für jeden Frame erforderlich ist. Die Bibliothek unterstützt eine Reihe von Identitätsverwaltungsaufgaben, einschließlich der Erstellung durchsuchbarer Gesichtsdatenbanken und der automatisierten Protokollierung von Personen. Sie handhabt den gesamten Lebenszyklus biometrischer Daten, von der anfänglichen Extraktion eindeutiger numerischer Vektoren aus Kamerabildern bis zur persistenten Speicherung dieser Beschreibungen auf dem lokalen Dateisystem für zukünftige Verifizierungen.

    Maintains consistent identity labels across video frames by combining pattern recognition models with centroid-based object tracking.

    Pythoncnndlib-face-recognitionface-recognition
    Auf GitHub ansehen↗2,467
  • itcoders/human-detection-and-trackingAvatar von ITCoders

    ITCoders/Human-detection-and-Tracking

    874Auf GitHub ansehen↗

    This project is a computer vision framework designed for the detection, identification, and tracking of human subjects within video streams. It provides an integrated system for locating individuals, generating biometric models from image datasets, and maintaining identity labels across consecutive video frames. The system distinguishes itself through its ability to maintain identity persistence across multiple camera feeds. By utilizing deep learning inference to extract feature vector embeddings and applying motion prediction algorithms, it links unique identity signatures across disparate

    Maintains consistent identity labels for individuals across video frames by combining facial recognition with object tracking.

    Pythoncplusplusdetect-facesface
    Auf GitHub ansehen↗874
  1. Home
  2. Artificial Intelligence & ML
  3. Computer Vision Tracking APIs

Unter-Tags erkunden

  • Face Tracking SystemsSystems that maintain consistent identity labels across video frames by combining pattern recognition with object tracking. **Distinct from Computer Vision Tracking APIs:** Distinct from general tracking APIs: specifically focuses on the integration of face recognition and centroid tracking for identity maintenance.
  • Specialized Vision ToolsIntegration of specific models for tasks like object counting and video tracking. **Distinct from Computer Vision Tracking APIs:** Focuses on the functional use of specific vision tools rather than providing a general tracking API.