awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to facebookresearch/detectandtrack

Open-source alternatives to DetectAndTrack

30 open-source projects similar to facebookresearch/detectandtrack, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best DetectAndTrack alternative.

  • ultralytics/yolov5ultralytics का अवतार

    ultralytics/yolov5

    57,528GitHub पर देखें↗

    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
    GitHub पर देखें↗57,528
  • zalandoresearch/fashion-mnistzalandoresearch का अवतार

    zalandoresearch/fashion-mnist

    12,754GitHub पर देखें↗

    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
    GitHub पर देखें↗12,754
  • ucbdrive/3d-vehicle-trackingucbdrive का अवतार

    ucbdrive/3d-vehicle-tracking

    683GitHub पर देखें↗

    Official implementation of Joint Monocular 3D Vehicle Detection and Tracking (ICCV 2019)

    Python
    GitHub पर देखें↗683

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • libvips/libvipslibvips का अवतार

    libvips/libvips

    11,085GitHub पर देखें↗

    Libvips is a C-based image processing library designed to manipulate large visual assets through a low-memory, parallel processing pipeline. It functions as a streaming image processor that avoids loading entire files into system memory, enabling the handling of massive images in resource-constrained environments. The library distinguishes itself through a demand-driven architecture that constructs a deferred execution plan, computing only the necessary pixels for a final output. By utilizing a cache-friendly tiled processing model and memory-mapped file access, it minimizes latency and redun

    Cccppgif
    GitHub पर देखें↗11,085
  • tri-ml/packnet-sfmTRI-ML का अवतार

    TRI-ML/packnet-sfm

    1,278GitHub पर देखें↗

    TRI-ML Monocular Depth Estimation Repository

    Python
    GitHub पर देखें↗1,278
  • tinghuiz/sfmlearnertinghuiz का अवतार

    tinghuiz/SfMLearner

    2,015GitHub पर देखें↗

    An unsupervised learning framework for depth and ego-motion estimation from monocular videos

    Jupyter Notebook
    GitHub पर देखें↗2,015
  • hujie-frank/senethujie-frank का अवतार

    hujie-frank/SENet

    3,641GitHub पर देखें↗

    Squeeze-and-Excitation Networks

    Cuda
    GitHub पर देखें↗3,641
  • aleju/imgaugaleju का अवतार

    aleju/imgaug

    14,742GitHub पर देखें↗

    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
    GitHub पर देखें↗14,742
  • introlab/find-objectintrolab का अवतार

    introlab/find-object

    477GitHub पर देखें↗

    Find-Object project

    C++
    GitHub पर देखें↗477
  • jaidedai/easyocrJaidedAI का अवतार

    JaidedAI/EasyOCR

    29,615GitHub पर देखें↗

    EasyOCR is a deep learning-based computer vision library designed to perform optical character recognition on images and video frames. It functions as a comprehensive pipeline that automates the transformation of visual text into machine-readable strings, enabling the digitization of physical documents, forms, and receipts into searchable data. The engine distinguishes itself through a multi-stage processing workflow that combines convolutional neural networks for spatial feature extraction with sequence-based decoding mechanisms. This architecture allows the system to identify and interpret

    Pythoncnncrnndata-mining
    GitHub पर देखें↗29,615
  • tensorlayer/hyperposetensorlayer का अवतार

    tensorlayer/hyperpose

    1,267GitHub पर देखें↗

    Library for Fast and Flexible Human Pose Estimation

    Python
    GitHub पर देखें↗1,267
  • pytroll/satpypytroll का अवतार

    pytroll/satpy

    1,194GitHub पर देखें↗

    Python package for earth-observing satellite data processing

    Python
    GitHub पर देखें↗1,194
  • sentinel-hub/eo-learnsentinel-hub का अवतार

    sentinel-hub/eo-learn

    1,235GitHub पर देखें↗

    Earth observation processing framework for machine learning in Python

    Python
    GitHub पर देखें↗1,235
  • stvir/pysotSTVIR का अवतार

    STVIR/pysot

    4,600GitHub पर देखें↗

    pysot is a computer vision framework designed for single object tracking. It provides a platform for implementing and evaluating algorithms that locate and follow specific target objects across sequences of video frames. The project includes implementations of the SiamRPN architecture for region proposal network based localization and the SiamMask model, which combines tracking with binary mask generation to provide pixel-level segmentation of objects. The framework also contains a visual tracking evaluation toolkit used to measure the accuracy and reliability of tracking algorithms against

    Python
    GitHub पर देखें↗4,600
  • balavenkatesh3322/cv-pretrained-modelbalavenkatesh3322 का अवतार

    balavenkatesh3322/CV-pretrained-model

    1,360GitHub पर देखें↗

    A collection of computer vision pre-trained models.

    awesome-listcomputer-visiondata-science
    GitHub पर देखें↗1,360
  • dbolya/yolactdbolya का अवतार

    dbolya/yolact

    5,231GitHub पर देखें↗

    Yolact is a computer vision framework and real-time instance segmentation model. It utilizes a fully convolutional neural network to detect objects and generate pixel-level masks for images and video feeds. The system employs prototypical mask generation to create global mask prototypes that are linearly combined for instance-specific results. It incorporates deformable convolutional layers and deformable region-of-interest pooling to adapt spatial sampling to the irregular shapes of objects. The framework covers the full model development lifecycle, including training on custom datasets, ac

    Python
    GitHub पर देखें↗5,231
  • ermig1979/simdermig1979 का अवतार

    ermig1979/Simd

    2,254GitHub पर देखें↗

    C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON, SVE for ARM, HVX for Hexagon

    C++
    GitHub पर देखें↗2,254
  • facebookresearch/detectron2facebookresearch का अवतार

    facebookresearch/detectron2

    34,548GitHub पर देखें↗

    Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying models for object detection, image segmentation, and visual recognition. It provides a research-oriented environment for training complex vision models with multi-GPU acceleration. The project includes a specialized object detection library for identifying and locating multiple objects via bounding boxes, as well as an image segmentation toolkit for creating pixel-level masks through instance, semantic, and panoptic segmentation. Additionally, it features a human pose estimati

    Python
    GitHub पर देखें↗34,548
  • ika-rwth-aachen/cam2bevika-rwth-aachen का अवतार

    ika-rwth-aachen/Cam2BEV

    789GitHub पर देखें↗

    TensorFlow Implementation for Computing a Semantically Segmented Bird's Eye View (BEV) Image Given the Images of Multiple Vehicle-Mounted Cameras.

    Python
    GitHub पर देखें↗789
  • ildoonet/tf-pose-estimationI

    ildoonet/tf-pose-estimation

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • alicevision/alicevisionalicevision का अवतार

    alicevision/AliceVision

    3,445GitHub पर देखें↗

    3D Computer Vision Framework

    C++
    GitHub पर देखें↗3,445
  • alicevision/meshroomalicevision का अवतार

    alicevision/Meshroom

    12,562GitHub पर देखें↗

    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
    GitHub पर देखें↗12,562
  • microsoft/human-pose-estimation.pytorchMicrosoft का अवतार

    Microsoft/human-pose-estimation.pytorch

    3,008GitHub पर देखें↗

    The project is an official implement of our ECCV2018 paper "Simple Baselines for Human Pose Estimation and Tracking(https://arxiv.org/abs/1804.06208)"

    Python
    GitHub पर देखें↗3,008
  • mit-spark/kimera-semanticsMIT-SPARK का अवतार

    MIT-SPARK/Kimera-Semantics

    742GitHub पर देखें↗

    Real-Time 3D Semantic Reconstruction from 2D data

    C++
    GitHub पर देखें↗742
  • opendatacam/opendatacamopendatacam का अवतार

    opendatacam/opendatacam

    1,717GitHub पर देखें↗

    An open source tool to quantify the world

    JavaScript
    GitHub पर देखें↗1,717
  • nvidia/flownet2-pytorchNVIDIA का अवतार

    NVIDIA/flownet2-pytorch

    3,286GitHub पर देखें↗

    Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks

    Python
    GitHub पर देखें↗3,286
  • robmarkcole/satellite-image-deep-learningrobmarkcole का अवतार

    robmarkcole/satellite-image-deep-learning

    10,181GitHub पर देखें↗

    Techniques for deep learning with satellite & aerial imagery

    GitHub पर देखें↗10,181
  • rubenvillegas/cvpr2018nknrubenvillegas का अवतार

    rubenvillegas/cvpr2018nkn

    252GitHub पर देखें↗

    This is the code for the CVPR 2018 paper Neural Kinematic Networks for Unsupervised Motion Retargetting by Ruben Villegas, Jimei Yang, Duygu Ceylan and Honglak Lee.

    Python
    GitHub पर देखें↗252
  • shawn-shan/fawkesShawn-Shan का अवतार

    Shawn-Shan/fawkes

    5,539GitHub पर देखें↗

    Fawkes is an adversarial image generator and facial recognition cloaking tool designed to protect privacy by obfuscating facial features in photos. It functions as an image privacy obfuscator that adds invisible pixel perturbations to images, preventing facial recognition models from accurately identifying a person while keeping the image visually clear to humans. The system employs adversarial perturbation mapping and feature-space obfuscation to mislead machine learning classifiers. By utilizing an iterative optimization loop and model-agnostic noise generation, it modifies facial represent

    Python
    GitHub पर देखें↗5,539
  • mapbox/robosatmapbox का अवतार

    mapbox/robosat

    2,056GitHub पर देखें↗

    Semantic segmentation on aerial and satellite imagery. Extracts features such as: buildings, parking lots, roads, water, clouds

    Python
    GitHub पर देखें↗2,056