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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to alibaba/easycv

Open-source alternatives to EasyCV

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

  • achaiah/pywickAvatar de achaiah

    achaiah/pywick

    400Voir sur GitHub↗

    High-level batteries-included neural network training library for Pytorch

    Python
    Voir sur GitHub↗400
  • ailab-cvc/yolo-worldAvatar de AILab-CVC

    AILab-CVC/YOLO-World

    6,425Voir sur GitHub↗

    YOLO-World is a vision-language framework and open-vocabulary object detection model. It identifies objects in images and video based on free-form text prompts without requiring predefined category labels. The system enables the identification of arbitrary objects by fusing image features with text embeddings. It includes a specialized tool for automated image labeling, which generates bounding box annotations for custom datasets using text-based prompts. The project provides a deployment pipeline for converting models into quantized ONNX and TFLite formats, supporting real-time inference on

    Python
    Voir sur GitHub↗6,425
  • airctic/icevisionA

    airctic/icevision

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • alankbi/detectoAvatar de alankbi

    alankbi/detecto

    626Voir sur GitHub↗

    Build fully-functioning computer vision models with PyTorch

    Python
    Voir sur GitHub↗626
  • albu/albumentationsAvatar de albu

    albu/albumentations

    15,308Voir sur GitHub↗

    Albumentations is an image augmentation library and computer vision preprocessing tool designed to expand datasets for deep learning models. It provides a collection of transformations that modify pixel values and spatial geometry to increase the diversity of training samples and improve model generalization. The library supports both 2D image augmentation and 3D volumetric data augmentation. It handles a variety of labels alongside images, ensuring that bounding boxes, keypoints, and segmentation masks remain accurately aligned when spatial transformations are applied. The tool incorporates

    Python
    Voir sur GitHub↗15,308

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • albumentations-team/albumentationsAvatar de albumentations-team

    albumentations-team/albumentations

    15,308Voir sur GitHub↗

    Albumentations is a computer vision image augmentation library designed to increase training data diversity for deep learning models. It provides a toolset for applying geometric and color transformations to images and annotations, including a specialized collection of 3D operations for volumetric data used in medical and scientific imaging. The library functions as an image mask and bounding box transformer, automatically updating masks, bounding boxes, and keypoints when images undergo geometric changes. This ensures that spatial alterations remain synchronized across images and their assoc

    Python
    Voir sur GitHub↗15,308
  • aleju/imgaugAvatar de aleju

    aleju/imgaug

    14,742Voir sur 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
    Voir sur GitHub↗14,742
  • alexeyab/darknetAvatar de AlexeyAB

    AlexeyAB/darknet

    22,159Voir sur 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
    Voir sur GitHub↗22,159
  • alexis-jacq/pytorch-tutorialsA

    alexis-jacq/Pytorch-Tutorials

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • alicevision/alicevisionAvatar de alicevision

    alicevision/AliceVision

    3,445Voir sur GitHub↗

    3D Computer Vision Framework

    C++
    Voir sur GitHub↗3,445
  • alicevision/meshroomAvatar de alicevision

    alicevision/Meshroom

    12,562Voir sur 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
    Voir sur GitHub↗12,562
  • alirezashamsoshoara/fire-detection-uav-aerial-image-classification-segmentation-unmannedaerialvehicleAvatar de AlirezaShamsoshoara

    AlirezaShamsoshoara/Fire-Detection-UAV-Aerial-Image-Classification-Segmentation-UnmannedAerialVehicle

    251Voir sur GitHub↗

    FLAME (Fire Luminosity Airborne-based Machine learning Evaluation) Dataset

    Python
    Voir sur GitHub↗251
  • amdegroot/ssd.pytorchAvatar de amdegroot

    amdegroot/ssd.pytorch

    5,224Voir sur GitHub↗

    This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass. The implementation includes a real-time object detector capable of processing live video streams to track and label objects across sequential frames. It also features a complete computer vision training pipeline for preparing image datasets and training model weights. The fra

    Pythoncomputer-visiondeep-learningimage-recognition
    Voir sur GitHub↗5,224
  • antoniogarrote/clj-tesseractAvatar de antoniogarrote

    antoniogarrote/clj-tesseract

    55Voir sur GitHub↗

    Clojure wrapper for the Tesseract OCR software

    C++
    Voir sur GitHub↗55
  • arraiyopensource/korniaA

    arraiyopensource/kornia

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • balavenkatesh3322/cv-pretrained-modelAvatar de balavenkatesh3322

    balavenkatesh3322/CV-pretrained-model

    1,360Voir sur GitHub↗

    A collection of computer vision pre-trained models.

    awesome-listcomputer-visiondata-science
    Voir sur GitHub↗1,360
  • bengxy/fastneuralstyleAvatar de bengxy

    bengxy/FastNeuralStyle

    81Voir sur GitHub↗

    Fast Neural Style for Image Style Transform by Pytorch

    Python
    Voir sur GitHub↗81
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0Voir sur GitHub↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    Voir sur GitHub↗0
  • call-for-code/droneaidAvatar de Call-for-Code

    Call-for-Code/DroneAid

    141Voir sur GitHub↗

    DroneAid uses machine learning to detect calls for help on the ground placed by those in need. At the heart of DroneAid is a Symbol Language that is used to train a visual recognition model. That model analyzes video from a drone to detect and count specific images. A dashboard can be used to…

    HTML
    Voir sur GitHub↗141
  • catalyst-team/detectionAvatar de catalyst-team

    catalyst-team/detection

    12Voir sur GitHub↗

    Catalyst.Detection

    Python
    Voir sur GitHub↗12
  • catalyst-team/segmentationAvatar de catalyst-team

    catalyst-team/segmentation

    28Voir sur GitHub↗

    Catalyst.Segmentation

    Python
    Voir sur GitHub↗28
  • cellprofiler/cellprofilerAvatar de CellProfiler

    CellProfiler/CellProfiler

    1,121Voir sur GitHub↗

    An open-source application for biological image analysis

    Python
    Voir sur GitHub↗1,121
  • charmve/computer-vision-in-actionAvatar de Charmve

    Charmve/computer-vision-in-action

    2,851Voir sur GitHub↗

    A computer vision closed-loop learning platform where code can be run interactively online. 学习闭环《计算机视觉实战演练:算法与应用》中文电子书、源码、读者交流社区(持续更新中 ...) 📘 在线电子书 https://charmve.github.io/computer-vision-in-action/ 👇项目主页

    Jupyter Notebook
    Voir sur GitHub↗2,851
  • chuanenlin/drone-netC

    chuanenlin/drone-net

    0Voir sur GitHub↗

    DroneNet is Joseph Redmon's YOLO real-time object detection system retrained on 2664 images of DJI drones, labeled. The original and labeled images used for retraining can be found under the image and label folders respectively.

    Voir sur GitHub↗0
  • clovaai/cutmix-pytorchAvatar de clovaai

    clovaai/CutMix-PyTorch

    1,247Voir sur GitHub↗

    Official Pytorch implementation of CutMix regularizer

    Pythonaugmentationcutmixiccv2019
    Voir sur GitHub↗1,247
  • cmu-perceptual-computing-lab/openposeAvatar de CMU-Perceptual-Computing-Lab

    CMU-Perceptual-Computing-Lab/openpose

    34,145Voir sur GitHub↗

    OpenPose is a real-time pose estimation engine designed to detect and track human body, face, hand, and foot landmarks. It functions as a multi-person motion tracker, identifying the spatial coordinates of multiple individuals simultaneously within video streams or static images. Beyond two-dimensional detection, the software acts as a three-dimensional kinematics processor, reconstructing spatial movement data from single or multiple synchronized camera perspectives. The system distinguishes itself through a bottom-up approach that utilizes part-affinity fields to associate body parts across

    C++caffecomputer-visioncpp
    Voir sur GitHub↗34,145
  • compvis/stable-diffusionAvatar de CompVis

    CompVis/stable-diffusion

    73,125Voir sur GitHub↗

    Stable Diffusion is a generative machine learning pipeline that synthesizes high-resolution visual content by performing iterative denoising within a compressed latent space. By mapping natural language embeddings into pixel outputs through conditioned probabilistic processes, the framework enables the generation of images from text prompts and the transformation of existing visual inputs based on semantic instructions. The architecture utilizes a modular execution environment that decouples model loading, scheduler logic, and inference components to support diverse hardware configurations. I

    Jupyter Notebook
    Voir sur GitHub↗73,125
  • creafz/pytorch-cnn-finetuneAvatar de creafz

    creafz/pytorch-cnn-finetune

    722Voir sur GitHub↗

    Fine-tune pretrained Convolutional Neural Networks with PyTorch

    Python
    Voir sur GitHub↗722
  • darkstar112358/fast-neural-styleAvatar de darkstar112358

    darkstar112358/fast-neural-style

    427Voir sur GitHub↗

    pytorch implementation of fast-neural-style

    Python
    Voir sur GitHub↗427
  • 1adrianb/face-alignmentAvatar de 1adrianb

    1adrianb/face-alignment

    7,518Voir sur GitHub↗

    This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a facial landmark detector and reconstruction tool, utilizing deep learning to identify precise geometric points on human faces from image datasets. The library allows for the selection of specific detection backends to balance accuracy and processing speed. It supports the integration of precomputed bounding box files, which enables the system to bypass the initial detection phase and proceed directly to landmark extraction. The toolkit includes capabilities for batch image p

    Python
    Voir sur GitHub↗7,518