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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to ermig1979/simd

Open-source alternatives to Simd

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

  • mit-spark/kimera-semanticsMIT-SPARK avatar

    MIT-SPARK/Kimera-Semantics

    742View on GitHub↗

    Real-Time 3D Semantic Reconstruction from 2D data

    C++
    View on GitHub↗742
  • tri-ml/packnet-sfmTRI-ML avatar

    TRI-ML/packnet-sfm

    1,278View on GitHub↗

    TRI-ML Monocular Depth Estimation Repository

    Python
    View on GitHub↗1,278
  • hybridgroup/gocvhybridgroup avatar

    hybridgroup/gocv

    7,463View on GitHub↗

    GoCV is a computer vision library and Go language binding for OpenCV. It serves as an image processing toolkit and deep learning inference engine, providing programmatic access to a wide range of algorithms for image manipulation, object detection, and video analysis. The project differentiates itself through high-performance native bindings and hardware acceleration. It utilizes a foreign function interface to map Go calls to C++ functions and includes a hardware-agnostic backend dispatch to route neural network tasks to computation engines such as CUDA and OpenVINO. The library covers a br

    Go
    View on GitHub↗7,463
  • mapbox/robosatmapbox avatar

    mapbox/robosat

    2,056View on GitHub↗

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

    Python
    View on GitHub↗2,056
  • robmarkcole/satellite-image-deep-learningrobmarkcole avatar

    robmarkcole/satellite-image-deep-learning

    10,181View on GitHub↗

    Techniques for deep learning with satellite & aerial imagery

    View on GitHub↗10,181

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
  • tinghuiz/sfmlearnertinghuiz avatar

    tinghuiz/SfMLearner

    2,015View on GitHub↗

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

    Jupyter Notebook
    View on GitHub↗2,015
  • emcconville/wandemcconville avatar

    emcconville/wand

    1,482View on GitHub↗

    The ctypes-based simple ImageMagick binding for Python

    Pythonctypesimagemagickpython
    View on GitHub↗1,482
  • 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
  • introlab/find-objectintrolab avatar

    introlab/find-object

    477View on GitHub↗

    Find-Object project

    C++
    View on GitHub↗477
  • libvips/pyvipslibvips avatar

    libvips/pyvips

    809View on GitHub↗

    python binding for libvips using cffi

    Pythonimage-manipulationimage-processingpython
    View on GitHub↗809
  • nvidia/flownet2-pytorchNVIDIA avatar

    NVIDIA/flownet2-pytorch

    3,286View on GitHub↗

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

    Python
    View on GitHub↗3,286
  • pytroll/satpypytroll avatar

    pytroll/satpy

    1,194View on GitHub↗

    Python package for earth-observing satellite data processing

    Python
    View on GitHub↗1,194
  • shawn-shan/fawkesShawn-Shan avatar

    Shawn-Shan/fawkes

    5,539View on GitHub↗

    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
    View on GitHub↗5,539
  • tensorlayer/hyperposetensorlayer avatar

    tensorlayer/hyperpose

    1,267View on GitHub↗

    Library for Fast and Flexible Human Pose Estimation

    Python
    View on GitHub↗1,267
  • balavenkatesh3322/cv-pretrained-modelbalavenkatesh3322 avatar

    balavenkatesh3322/CV-pretrained-model

    1,360View on GitHub↗

    A collection of computer vision pre-trained models.

    awesome-listcomputer-visiondata-science
    View on GitHub↗1,360
  • dbolya/yolactdbolya avatar

    dbolya/yolact

    5,231View on GitHub↗

    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
    View on GitHub↗5,231
  • aleju/imgaugaleju avatar

    aleju/imgaug

    14,742View on 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
    View on GitHub↗14,742
  • facebookresearch/detectandtrackfacebookresearch avatar

    facebookresearch/DetectAndTrack

    1,001View on GitHub↗

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

    Python
    View on GitHub↗1,001
  • ika-rwth-aachen/cam2bevika-rwth-aachen avatar

    ika-rwth-aachen/Cam2BEV

    789View on GitHub↗

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

    Python
    View on GitHub↗789
  • ildoonet/tf-pose-estimationI

    ildoonet/tf-pose-estimation

    0View on GitHub↗
    View on GitHub↗0
  • jaidedai/easyocrJaidedAI avatar

    JaidedAI/EasyOCR

    29,615View on GitHub↗

    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
    View on GitHub↗29,615
  • libvips/libvipslibvips avatar

    libvips/libvips

    11,085View on GitHub↗

    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
    View on GitHub↗11,085
  • alicevision/alicevisionalicevision avatar

    alicevision/AliceVision

    3,445View on GitHub↗

    3D Computer Vision Framework

    C++
    View on GitHub↗3,445
  • alicevision/meshroomalicevision avatar

    alicevision/Meshroom

    12,562View on 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
    View on GitHub↗12,562
  • opendatacam/opendatacamopendatacam avatar

    opendatacam/opendatacam

    1,717View on GitHub↗

    An open source tool to quantify the world

    JavaScript
    View on GitHub↗1,717
  • python-pillow/pillowpython-pillow avatar

    python-pillow/Pillow

    13,637View on GitHub↗

    Pillow is a Python image processing library and digital image manipulation toolkit used for opening, manipulating, and saving various image file formats. It serves as a multi-format image codec wrapper that enables the reading and writing of diverse standards such as JPEG, PNG, TIFF, and BMP. The library provides tools for programmatic image manipulation, including resizing, cropping, rotating, and transforming visual content through direct pixel data modification. It supports pixel data analysis to extract and modify raw information for custom visual processing and data transformations. The

    Pythonccross-platformimage
    View on GitHub↗13,637
  • scikit-image/scikit-imagescikit-image avatar

    scikit-image/scikit-image

    6,529View on GitHub↗

    scikit-image is a Python image processing library and scientific image analysis toolkit. It provides a framework for digital image processing and computer vision, utilizing numerical arrays for pixel-level manipulations. The library enables the quantification of image properties and the detection of visual features, such as edges and blobs. It includes tools for image segmentation and the extraction of textures and patterns to characterize objects within visual data. Capabilities cover image manipulation through color space conversion, geometric transformations, and digital restoration. It a

    Pythoncomputer-visionimage-processingpython
    View on GitHub↗6,529
  • sentinel-hub/eo-learnsentinel-hub avatar

    sentinel-hub/eo-learn

    1,235View on GitHub↗

    Earth observation processing framework for machine learning in Python

    Python
    View on GitHub↗1,235
  • stvir/pysotSTVIR avatar

    STVIR/pysot

    4,600View on GitHub↗

    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
    View on GitHub↗4,600
  • tusimple/simpledettusimple avatar

    tusimple/simpledet

    3,083View on GitHub↗

    A Simple and Versatile Framework for Object Detection and Instance Recognition

    Python
    View on GitHub↗3,083