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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
facebookresearch avatar

facebookresearch/DetectAndTrackArchived

0
View on GitHub↗

DetectAndTrack

The implementation of an algorithm presented in the CVPR18 paper: "Detect-and-Track: Efficient Pose Estimation in Videos"

Features

  • Visión artificial - Efficient pose detection and tracking.

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI
  • Computer Vision and Image Processing - Efficient pose detection and tracking.
  • Computer Vision Research - Efficient joint detection and tracking in video sequences.
  • Video Pose Estimation - Efficient framework for joint pose estimation and tracking in video.
  • 1,001 estrellas·185 forks·Python·Apache-2.0·11 vistas

    Historial de estrellas

    Gráfico del historial de estrellas de facebookresearch/detectandtrackGráfico del historial de estrellas de facebookresearch/detectandtrack

    Alternativas open-source a DetectAndTrack

    Proyectos open-source similares, clasificados según cuántas características comparten con DetectAndTrack.
    • ultralytics/yolov5Avatar de ultralytics

      ultralytics/yolov5

      57,528Ver en GitHub↗

      YOLOv5 is a comprehensive computer vision framework designed for end-to-end deep learning, specializing in real-time object detection, image classification, and instance segmentation. It provides a unified toolkit that manages the entire lifecycle of a model, from initial dataset configuration and hyperparameter tuning to high-speed inference and deployment. The framework utilizes a modular neural architecture, allowing users to swap backbone and head components to tailor models for specific visual tasks. What distinguishes this project is its focus on production-ready deployment and model ef

      Pythoncoremldeep-learningios
      Ver en GitHub↗57,528
    • zalandoresearch/fashion-mnistAvatar de zalandoresearch

      zalandoresearch/fashion-mnist

      12,754Ver en GitHub↗

      This project is a computer vision benchmark and image classification dataset used to measure and compare the accuracy of machine learning models. It provides a standardized collection of labeled fashion product images and training data formatted to be compatible with the MNIST dataset structure. The dataset consists of fixed-dimension grayscale images and label-based category mappings, stored in a binary format. It includes pre-split training and testing sets and a static distribution to ensure consistent cross-model benchmarking. The repository supports image classification benchmarking and

      Pythonbenchmarkcomputer-visionconvolutional-neural-networks
      Ver en GitHub↗12,754
    • alicevision/meshroomAvatar de alicevision

      alicevision/Meshroom

      12,562Ver en GitHub↗

      Meshroom is a node-based photogrammetry software designed to transform collections of two-dimensional images into three-dimensional models and scene geometry. It provides a visual interface for constructing and managing modular data pipelines, allowing users to automate complex computer vision tasks such as feature extraction, depth map estimation, and mesh generation. The software distinguishes itself through a distributed computational framework that dispatches resource-intensive tasks across local hardware or remote render farms. By utilizing a directed acyclic graph execution model, it en

      QML3d-reconstructionalicevisioncamera-tracking
      Ver en GitHub↗12,562
    • aleju/imgaugAvatar de aleju

      aleju/imgaug

      14,742Ver en GitHub↗

      imgaug is a Python library for machine learning data augmentation and computer vision dataset expansion. It provides tools to increase the volume and variety of training sets by applying random geometric, color, and noise transformations to images. The library ensures spatial consistency by synchronizing transformations across images and their associated annotations, such as bounding boxes, keypoints, and segmentation maps. It uses a compositional pipeline pattern to chain multiple augmentations into sequences and employs deterministic seed management to reproduce specific data samples. The

      Python
      Ver en GitHub↗14,742
    Ver las 30 alternativas a DetectAndTrack→

    Preguntas frecuentes

    ¿Qué hace facebookresearch/detectandtrack?

    The implementation of an algorithm presented in the CVPR18 paper: "Detect-and-Track: Efficient Pose Estimation in Videos"

    ¿Cuáles son las características principales de facebookresearch/detectandtrack?

    Las características principales de facebookresearch/detectandtrack son: Visión artificial, Computer Vision and Image Processing, Computer Vision Research, Video Pose Estimation.

    ¿Qué alternativas de código abierto existen para facebookresearch/detectandtrack?

    Las alternativas de código abierto para facebookresearch/detectandtrack incluyen: ultralytics/yolov5 — YOLOv5 is a comprehensive computer vision framework designed for end-to-end deep learning, specializing in real-time… zalandoresearch/fashion-mnist — This project is a computer vision benchmark and image classification dataset used to measure and compare the accuracy… dbolya/yolact — Yolact is a computer vision framework and real-time instance segmentation model. It utilizes a fully convolutional… alicevision/alicevision — 3D Computer Vision Framework. balavenkatesh3322/cv-pretrained-model — A collection of computer vision pre-trained models. aleju/imgaug — imgaug is a Python library for machine learning data augmentation and computer vision dataset expansion. It provides…