awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to roboflow-ai/zero-shot-object-tracking

Open-source alternatives to Zero Shot Object Tracking

30 open-source projects similar to roboflow-ai/zero-shot-object-tracking, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Zero Shot Object Tracking alternative.

  • eriklindernoren/pytorch-yolov3eriklindernoren avatar

    eriklindernoren/PyTorch-YOLOv3

    7,439View on GitHub↗

    This project is a PyTorch implementation of the YOLOv3 object detection architecture. It functions as a real-time object detector and computer vision framework designed to identify and locate multiple objects within images using bounding boxes and class labels. The system allows for both the use of pretrained weights for immediate image analysis and the training of custom models using datasets with bounding box annotations. It provides a programmatic interface to integrate detection capabilities directly into other software applications. The framework includes tools for model evaluation to m

    Python
    View on GitHub↗7,439
  • alexeyab/darknetAlexeyAB avatar

    AlexeyAB/darknet

    22,159View on GitHub↗

    Darknet is a high-performance C-based inference engine and computer vision library designed for real-time object identification and localization. It serves as a neural network framework for training and deploying detection models using the YOLO architecture, providing a toolset for deep learning training and deployment. The project differentiates itself through a C and CUDA implementation that enables hardware acceleration for matrix multiplication and inference speed optimization. It provides a shared library interface for embedding detection capabilities into external applications and suppo

    C
    View on GitHub↗22,159
  • encounter1997/de-detrsE

    encounter1997/DE-DETRs

    0View on GitHub↗
    View on GitHub↗0
  • atten4vis/groupdetrA

    Atten4Vis/GroupDETR

    0View on GitHub↗
    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
atten4vis/ms-detrA

Atten4Vis/MS-DETR

0View on GitHub↗
View on GitHub↗0
  • avanetten/simrdwnavanetten avatar

    avanetten/simrdwn

    223View on GitHub↗

    The Satellite Imagery Multiscale Rapid Detection with Windowed Networks (SIMRDWN) codebase combines some of the leading object detection algorithms into a unified framework designed to detect objects both large and small in overhead imagery. This work seeks to extend the YOLT modification of…

    C
    View on GitHub↗223
  • avanetten/yoltv4A

    avanetten/yoltv4

    0View on GitHub↗

    YOLTv4 builds upon YOLT and SIMRDWN, and updates these frameworks to use the most performant version of YOLO, YOLOv4. YOLTv4 is designed to detect objects in aerial or satellite imagery in arbitrarily large images that far exceed the ~600×600 pixel size typically ingested by deep learning object…

    View on GitHub↗0
  • casia-iva-lab/obj2seqC

    CASIA-IVA-Lab/Obj2Seq

    0View on GitHub↗
    View on GitHub↗0
  • cienciaydatos/ai-challenge-treesC

    cienciaydatos/ai-challenge-trees

    0View on GitHub↗

    Ciencia & Datos

    View on GitHub↗0
  • czczup/vit-adapterczczup avatar

    czczup/ViT-Adapter

    1,474View on GitHub↗
    Pythonadapterobject-detectionsemantic-segmentation
    View on GitHub↗1,474
  • daijifeng001/r-fcndaijifeng001 avatar

    daijifeng001/R-FCN

    1,247View on GitHub↗

    R-FCN: Object Detection via Region-based Fully Convolutional Networks

    Matlab
    View on GitHub↗1,247
  • dddzg/up-detrD

    dddzg/up-detr

    0View on GitHub↗
    View on GitHub↗0
  • dingjiansw101/aerialdetectiondingjiansw101 avatar

    dingjiansw101/AerialDetection

    831View on GitHub↗

    This codebase is created to build benchmarks for object detection in aerial images. It is modified from mmdetection. The master branch works with PyTorch 1.1 or higher. If you would like to use PyTorch 0.4.1, please checkout to the pytorch-0.4.1 branch.

    Python
    View on GitHub↗831
  • edocanonymous/ks-detrE

    edocanonymous/KS-DETR

    0View on GitHub↗
    View on GitHub↗0
  • allenai/reclipallenai avatar

    allenai/reclip

    92View on GitHub↗

    This repository contains the code for the paper ReCLIP: A Strong Zero-shot Baseline for Referring Expression Comprehension (ACL 2022).

    Python
    View on GitHub↗92
  • akhtarvision/cal-detrA

    akhtarvision/cal-detr

    0View on GitHub↗
    View on GitHub↗0
  • facebookresearch/detectronfacebookresearch avatar

    facebookresearch/Detectron

    26,370View on GitHub↗

    Detectron is a PyTorch object detection framework and computer vision research platform. It provides implementations of neural network architectures for locating and identifying objects in images, including Mask R-CNN for generating instance segmentation masks and RetinaNet for one-stage detection. The platform supports computer vision prototyping and object detection research through the deployment of pre-trained baseline models. This allows for the rapid implementation and evaluation of visual recognition systems. Its capabilities cover image object localization and instance segmentation w

    Python
    View on GitHub↗26,370
  • facebookresearch/detectron2facebookresearch avatar

    facebookresearch/detectron2

    34,548View on GitHub↗

    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
    View on GitHub↗34,548
  • facebookresearch/deticfacebookresearch avatar

    facebookresearch/Detic

    2,007View on GitHub↗

    Detic: A Detector with image classes that can use image-level labels to easily train detectors.

    Python
    View on GitHub↗2,007
  • facebookresearch/detrfacebookresearch avatar

    facebookresearch/detr

    15,305View on GitHub↗

    This project provides a transformer-based object detection model that treats the task as a direct set prediction problem. It implements a vision system capable of predicting bounding boxes and class labels for objects within an image, as well as frameworks for instance and panoptic segmentation. The architecture utilizes a transformer encoder and decoder to perform end-to-end set prediction, employing a Hungarian matcher to assign predicted boxes to ground truth objects. It incorporates a convolutional backbone for feature extraction and a system of learnable object queries to probe image loc

    Python
    View on GitHub↗15,305
  • facebookresearch/slipfacebookresearch avatar

    facebookresearch/SLIP

    792View on GitHub↗

    Code release for SLIP Self-supervision meets Language-Image Pre-training

    Python
    View on GitHub↗792
  • fangyi-chen/sqrF

    Fangyi-Chen/SQR

    0View on GitHub↗
    View on GitHub↗0
  • felixcaae/aligndetrF

    FelixCaae/AlignDETR

    0View on GitHub↗
    View on GitHub↗0
  • fengli-ust/dn-detrF

    FengLi-ust/DN-DETR

    0View on GitHub↗
    View on GitHub↗0
  • fundamentalvision/deformable-detrfundamentalvision avatar

    fundamentalvision/Deformable-DETR

    3,895View on GitHub↗

    Deformable-DETR is an object detection system for computer vision that uses a transformer-based encoder-decoder architecture. It identifies and locates objects within images by representing potential targets as a set of learnable queries. The project employs sampling-based attention to restrict attention to a small set of points around a reference, reducing computational complexity and speeding up convergence. It further utilizes multi-scale feature fusion to detect objects of varying sizes within a single frame. The system includes capabilities for training models across multiple GPU cluste

    Python
    View on GitHub↗3,895
  • gaopengcuhk/smca-detrG

    gaopengcuhk/SMCA-DETR

    0View on GitHub↗
    View on GitHub↗0
  • google/automlgoogle avatar

    google/automl

    6,472View on GitHub↗

    Google Brain AutoML

    Jupyter Notebookautomlefficientdetefficientnet
    View on GitHub↗6,472
  • huawei-noah/noah-researchhuawei-noah avatar

    huawei-noah/noah-research

    972View on GitHub↗

    Noah Research

    Python
    View on GitHub↗972
  • hustvl/mimdetH

    hustvl/MIMDet

    0View on GitHub↗
    View on GitHub↗0
  • a2amir/counting-trees-using-satellite-imagesA2Amir avatar

    A2Amir/Counting-Trees-using-Satellite-Images

    81View on GitHub↗

    Counting trees manually from satellite images above is a very tedious task. Fortunately, there are several techniques for automating tree counting. Morphological operations and classical segmentation algorithms like the watershed algorithm have been applied to tree counting with limited success…

    Jupyter Notebook
    View on GitHub↗81