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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to hujie-frank/senet

Open-source alternatives to SENet

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

  • jongchan/attention-moduleAvatar Jongchan

    Jongchan/attention-module

    2,225Vezi pe GitHub↗

    Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention Module (ECCV2018)"

    Python
    Vezi pe GitHub↗2,225
  • zalandoresearch/fashion-mnistAvatar zalandoresearch

    zalandoresearch/fashion-mnist

    12,754Vezi pe 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
    Vezi pe GitHub↗12,754
  • pytorch/visionAvatar pytorch

    pytorch/vision

    17,743Vezi pe GitHub↗

    This project is a comprehensive computer vision library for the PyTorch ecosystem, providing a standardized collection of neural network architectures, datasets, and high-performance transformation utilities. It serves as a foundational framework for building, training, and deploying deep learning models, offering a centralized model registry that allows developers to instantiate architectures with pre-trained weights for tasks such as image classification, object detection, and semantic segmentation. The library distinguishes itself through its modular approach to data and compute management

    Pythoncomputer-visionmachine-learning
    Vezi pe GitHub↗17,743

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • implus/sknetI

    implus/SKNet

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • ultralytics/yolov5Avatar ultralytics

    ultralytics/yolov5

    57,528Vezi pe 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
    Vezi pe GitHub↗57,528
  • facebookresearch/resnextAvatar facebookresearch

    facebookresearch/ResNeXt

    1,926Vezi pe GitHub↗

    Implementation of a classification framework from the paper Aggregated Residual Transformations for Deep Neural Networks

    Lua
    Vezi pe GitHub↗1,926
  • kaiminghe/resnet-1k-layersAvatar KaimingHe

    KaimingHe/resnet-1k-layers

    936Vezi pe GitHub↗

    Deep Residual Networks with 1K Layers

    Lua
    Vezi pe GitHub↗936
  • facebookresearch/detectandtrackAvatar facebookresearch

    facebookresearch/DetectAndTrack

    1,001Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗1,001
  • tensorflow/tpuAvatar tensorflow

    tensorflow/tpu

    5,281Vezi pe GitHub↗

    This repository provides a collection of reference implementations, toolkits, and orchestration tools for training and deploying large-scale AI models on Cloud TPU hardware. It serves as a framework for managing the lifecycle of accelerator clusters, including hardware orchestration and the provisioning of high-performance compute infrastructure for machine learning workloads. The project specifically enables the pre-training of foundation models, large language models, and complex reasoning architectures through distributed training toolkits and multi-host scaling recipes. It further provide

    Jupyter Notebook
    Vezi pe GitHub↗5,281
  • zhanghang1989/resnestAvatar zhanghang1989

    zhanghang1989/ResNeSt

    3,261Vezi pe GitHub↗

    Split-Attention Network, A New ResNet Variant. It significantly boosts the performance of downstream models such as Mask R-CNN, Cascade R-CNN and DeepLabV3.

    Python
    Vezi pe GitHub↗3,261
  • liuzhuang13/densenetAvatar liuzhuang13

    liuzhuang13/DenseNet

    4,862Vezi pe GitHub↗

    DenseNet is a computer vision model and convolutional neural network implementation designed for image recognition and classification tasks. It utilizes a densely connected network architecture where each layer is connected to every other layer to improve feature propagation. The implementation reduces the number of parameters while maintaining accuracy through a dense-connectivity pattern and layer-aggregation concatenation. It supports model construction using both standard and bottleneck-compressed architectures, with configurable network depth and growth rates to balance inference time an

    Lua
    Vezi pe GitHub↗4,862
  • szagoruyko/wide-residual-networksAvatar szagoruyko

    szagoruyko/wide-residual-networks

    1,313Vezi pe GitHub↗

    3.8% and 18.3% on CIFAR-10 and CIFAR-100

    Lua
    Vezi pe GitHub↗1,313
  • wang-xinyu/tensorrtxAvatar wang-xinyu

    wang-xinyu/tensorrtx

    7,802Vezi pe GitHub↗

    tensorrtx is a computer vision inference engine and model implementation library designed for graphics processor acceleration. It provides a framework for optimizing deep learning models through a GPU inference optimizer, a deep learning model converter for transforming weights from frameworks like TensorFlow and PyTorch, and a custom plugin library to implement operations not natively supported by the TensorRT API. The project distinguishes itself through a comprehensive collection of pre-defined network implementations, ranging from various YOLO versions and DETR transformers for object det

    C++arcfacecrnndetr
    Vezi pe GitHub↗7,802
  • fchollet/deep-learning-modelsAvatar fchollet

    fchollet/deep-learning-models

    7,349Vezi pe GitHub↗

    This project is a collection of deep learning tools for image classification and audio tagging, providing a repository of pre-trained model weights and architectures. It serves as a Keras model zoo that enables the immediate use of established neural networks for inference and transfer learning. The library includes a music tagging framework that classifies audio recordings using convolutional recurrent neural networks and mel-spectrograms. For visual data, it provides implementations of architectures such as ResNet, VGG, and Xception, alongside a repository of weights trained on large datase

    Python
    Vezi pe GitHub↗7,349
  • alankbi/detectoAvatar alankbi

    alankbi/detecto

    626Vezi pe GitHub↗

    Build fully-functioning computer vision models with PyTorch

    Python
    Vezi pe GitHub↗626
  • alamimejjati/unsupervised-attention-guided-image-to-image-translationA

    AlamiMejjati/Unsupervised-Attention-guided-Image-to-Image-Translation

    0Vezi pe GitHub↗

    This repository contains the TensorFlow code for our NeurIPS 2018 paper “Unsupervised Attention-guided Image-to-Image Translation”. This code is based on the TensorFlow implementation of CycleGAN provided by Harry Yang. You may need to train several times as the quality of the results are…

    Vezi pe GitHub↗0
  • agrimgupta92/sganAvatar agrimgupta92

    agrimgupta92/sgan

    912Vezi pe GitHub↗

    Code for "Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks", Gupta et al, CVPR 2018

    Python
    Vezi pe GitHub↗912
  • akanazawa/hmrAvatar akanazawa

    akanazawa/hmr

    1,665Vezi pe GitHub↗

    Project page for End-to-end Recovery of Human Shape and Pose

    Python
    Vezi pe GitHub↗1,665
  • akanazawa/cmrAvatar akanazawa

    akanazawa/cmr

    485Vezi pe GitHub↗

    Angjoo Kanazawa \ , Shubham Tulsiani \ , Alexei A. Efros, Jitendra Malik

    Python
    Vezi pe GitHub↗485
  • achaiah/pywickAvatar achaiah

    achaiah/pywick

    400Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗400
  • 1adrianb/face-alignmentAvatar 1adrianb

    1adrianb/face-alignment

    7,518Vezi pe 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
    Vezi pe GitHub↗7,518
  • alibaba/easycvAvatar alibaba

    alibaba/EasyCV

    1,950Vezi pe GitHub↗

    An all-in-one toolkit for computer vision

    Pythonclassificationcomputer-visionobject-detection
    Vezi pe GitHub↗1,950
  • alicevision/alicevisionAvatar alicevision

    alicevision/AliceVision

    3,445Vezi pe GitHub↗

    3D Computer Vision Framework

    C++
    Vezi pe GitHub↗3,445
  • alicevision/meshroomAvatar alicevision

    alicevision/Meshroom

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

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

    251Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗251
  • alokwhitewolf/guided-attention-inference-networkAvatar alokwhitewolf

    alokwhitewolf/Guided-Attention-Inference-Network

    238Vezi pe GitHub↗

    Contains implementation of Guided Attention Inference Network (GAIN) presented in Tell Me Where to Look(CVPR 2018). This repository aims to apply GAIN on fcn8 architecture used for segmentation.

    Python
    Vezi pe GitHub↗238
  • alterzero/dbpn-pytorchAvatar alterzero

    alterzero/DBPN-Pytorch

    574Vezi pe GitHub↗

    The project is an official implement of our CVPR2018 paper "Deep Back-Projection Networks for Super-Resolution" (Winner of NTIRE2018 and PIRM2018)

    Python
    Vezi pe GitHub↗574
  • amdegroot/ssd.pytorchAvatar amdegroot

    amdegroot/ssd.pytorch

    5,224Vezi pe 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
    Vezi pe GitHub↗5,224
  • amlab-amsterdam/attentiondeepmilA

    AMLab-Amsterdam/AttentionDeepMIL

    0Vezi pe GitHub↗

    Attention-based Deep Multiple Instance Learning

    Vezi pe GitHub↗0
  • alexis-jacq/pytorch-tutorialsA

    alexis-jacq/Pytorch-Tutorials

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0