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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

247 Repos

Awesome GitHub RepositoriesComputer Vision Research

Foundational repositories for 3D machine learning and scene reconstruction research.

Explore 247 awesome GitHub repositories matching part of an awesome list · Computer Vision Research. Refine with filters or upvote what's useful.

Awesome Computer Vision Research GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ultralytics/yolov5Avatar von ultralytics

    ultralytics/yolov5

    57,528Auf GitHub ansehen↗

    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

    Real-time object detection framework for autonomous driving applications.

    Pythoncoremldeep-learningios
    Auf GitHub ansehen↗57,528
  • zalandoresearch/fashion-mnistAvatar von zalandoresearch

    zalandoresearch/fashion-mnist

    12,754Auf GitHub ansehen↗

    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

    Supports research into convolutional neural network architectures using a reference dataset of clothing items.

    Pythonbenchmarkcomputer-visionconvolutional-neural-networks
    Auf GitHub ansehen↗12,754
  • extreme-assistant/cvpr2024-paper-code-interpretationAvatar von extreme-assistant

    extreme-assistant/CVPR2024-Paper-Code-Interpretation

    12,484Auf GitHub ansehen↗

    cvpr2024/cvpr2023/cvpr2022/cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理

    Aggregated interpretations and code for CVPR 2024 research.

    computer-visioncvpr2019cvpr2020
    Auf GitHub ansehen↗12,484
  • extreme-assistant/cvpr2021-paper-code-interpretationAvatar von extreme-assistant

    extreme-assistant/CVPR2021-Paper-Code-Interpretation

    12,482Auf GitHub ansehen↗

    cvpr2024/cvpr2023/cvpr2022/cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理

    Aggregated interpretations and code for CVPR 2021 research.

    Auf GitHub ansehen↗12,482
  • extreme-assistant/cvpr2019Avatar von extreme-assistant

    extreme-assistant/cvpr2019

    12,482Auf GitHub ansehen↗

    cvpr2024/cvpr2023/cvpr2022/cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理

    Repository containing CVPR 2019 paper links and code.

    Auf GitHub ansehen↗12,482
  • extreme-assistant/cvpr2020Avatar von extreme-assistant

    extreme-assistant/cvpr2020

    12,482Auf GitHub ansehen↗

    cvpr2024/cvpr2023/cvpr2022/cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理

    Repository containing CVPR 2020 paper links and code.

    Auf GitHub ansehen↗12,482
  • extreme-assistant/cvpr2022-paper-code-interpretationAvatar von extreme-assistant

    extreme-assistant/CVPR2022-Paper-Code-Interpretation

    12,482Auf GitHub ansehen↗

    cvpr2024/cvpr2023/cvpr2022/cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理

    Paper interpretations and technical live stream summaries for CVPR 2022.

    Auf GitHub ansehen↗12,482
  • timzhang642/3d-machine-learningAvatar von timzhang642

    timzhang642/3D-Machine-Learning

    10,176Auf GitHub ansehen↗

    A resource repository for 3D machine learning

    Curated collection of 3D machine learning resources and papers.

    3d3d-reconstructionconstructive-solid-geometries
    Auf GitHub ansehen↗10,176
  • dmitryulyanov/deep-image-priorAvatar von DmitryUlyanov

    DmitryUlyanov/deep-image-prior

    8,085Auf GitHub ansehen↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Unsupervised image restoration using neural network architecture priors.

    Jupyter Notebook
    Auf GitHub ansehen↗8,085
  • amusi/daily-paper-computer-visionAvatar von amusi

    amusi/daily-paper-computer-vision

    6,768Auf GitHub ansehen↗

    记录每天整理的计算机视觉/深度学习/机器学习相关方向的论文

    Daily updates and summaries of significant computer vision research papers.

    computer-visiondeep-learningface-detection
    Auf GitHub ansehen↗6,768
  • cchen156/learning-to-see-in-the-darkAvatar von cchen156

    cchen156/Learning-to-See-in-the-Dark

    5,562Auf GitHub ansehen↗

    Dieses Projekt ist eine Deep-Learning-Implementierung für Computer Vision, die sich auf die Wiederherstellung von Bildern bei schlechten Lichtverhältnissen spezialisiert hat. Es nutzt ein neuronales Netz, um rohe Sensordaten zu verarbeiten und unterbelichtete Bilder in gut belichtete Versionen umzuwandeln, um die Sichtbarkeit zu verbessern und natürliche Farben wiederherzustellen. Die Implementierung basiert auf der CVPR 2018-Forschung und verwendet TensorFlow zur Ausführung des Computational Graphs. Sie setzt ein Convolutional Neural Network und pixelweise Regression ein, um die Szenenbeleuchtung direkt aus unverarbeiteten Raw-Bilddaten zu rekonstruieren. Das Projekt enthält ein Framework für überwachtes Paar-Lernen (supervised pair learning), bei dem Modelle mit Datensätzen aus Low-Light-Bildern und den entsprechenden Ground-Truth-Zielen trainiert werden. Zudem bietet es Prozesse zur Messung der Modellgenauigkeit durch den Vergleich verarbeiteter Testdatensätze mit etablierten Benchmarks.

    Low-light image enhancement using deep convolutional networks.

    Python
    Auf GitHub ansehen↗5,562
  • yunjey/starganAvatar von yunjey

    yunjey/stargan

    5,292Auf GitHub ansehen↗

    StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the

    Unified framework for multi-domain image-to-image translation.

    Python
    Auf GitHub ansehen↗5,292
  • yadiraf/prnetAvatar von YadiraF

    YadiraF/PRNet

    5,013Auf GitHub ansehen↗

    PRNet ist eine Python-Bibliothek für die 3D-Gesichtsrekonstruktion. Sie verwendet ein Deep-Learning-Regressionsmodell, um aus einem einzelnen 2D-Eingabebild die 3D-Gesichtsgeometrie und Vertex-Farben vorherzusagen und ein texturiertes Mesh zu generieren. Das Projekt bietet Werkzeuge für digitales Face-Swapping, mit denen ein Zielgesicht durch ein neues Bild ersetzt und Texturen an die ursprüngliche Pose angepasst werden können. Es enthält zudem ein Framework für den Austausch und das Blending von Gesichtstexturen, um sie an spezifische 3D-Posen anzupassen. Zusätzliche Funktionen umfassen die Gesichtsanalyse, einschließlich der Erkennung und Ausrichtung von Gesichtsmerkmalen sowie der Schätzung der Kopfhaltung und Kameramatrizen.

    Joint 3D face reconstruction and dense alignment via regression.

    Python
    Auf GitHub ansehen↗5,013
  • richzhang/perceptualsimilarityAvatar von richzhang

    richzhang/PerceptualSimilarity

    4,244Auf GitHub ansehen↗

    PerceptualSimilarity is a deep learning framework designed to quantify and evaluate the perceptual distance between images. It provides a system for measuring how similar two images or image patches appear to human vision by using deep feature representations instead of pixel-wise differences. The project implements a differentiable distance metric that functions as a loss function, allowing image pixels to be optimized via backpropagation to reach a target visual appearance. It includes a trainable linear layer that can be applied to frozen deep features to learn weighted distance metrics al

    Deep features as a metric for perceptual image similarity.

    Python
    Auf GitHub ansehen↗4,244
  • kenshohara/3d-resnets-pytorchAvatar von kenshohara

    kenshohara/3D-ResNets-PyTorch

    4,039Auf GitHub ansehen↗

    Dieses Projekt ist eine PyTorch-Implementierung von 3D-Residual-Netzwerken, die für die Video-Aktionserkennung konzipiert sind. Es bietet eine spatiotemporale Architektur, die sowohl räumliche Frames als auch zeitliche Bewegungen analysiert, um menschliche Aktivitäten innerhalb von Videoclips zu klassifizieren. Das System enthält ein Framework für verteiltes Modelltraining, um das Lernen über mehrere Rechenknoten hinweg zu beschleunigen. Es unterstützt das Deployment und Fine-Tuning vortrainierter Modellgewichte, was die Anpassung bestehender Netzwerke an spezifische neue Datensätze ermöglicht. Die Codebasis deckt die gesamte Pipeline für spatiotemporales Lernen ab, einschließlich Tools zur Vorverarbeitung von Videodatensätzen für die Konvertierung von Rohdateien in Bildsequenzen, Funktionen zur Aktionsinferenz und Metriken zur Berechnung der Erkennungsgenauigkeit.

    Spatiotemporal 3D CNNs for video action recognition.

    Python
    Auf GitHub ansehen↗4,039
  • hujie-frank/senetAvatar von hujie-frank

    hujie-frank/SENet

    3,641Auf GitHub ansehen↗

    Squeeze-and-Excitation Networks

    Feature recalibration mechanism for improved network representation.

    Cuda
    Auf GitHub ansehen↗3,641
  • tomgoldstein/loss-landscapeAvatar von tomgoldstein

    tomgoldstein/loss-landscape

    3,185Auf GitHub ansehen↗

    Code for visualizing the loss landscape of neural nets

    Visualizing the geometry of neural network loss surfaces.

    Python
    Auf GitHub ansehen↗3,185
  • openai/glowAvatar von openai

    openai/glow

    3,183Auf GitHub ansehen↗

    Status: Archive (code is provided as-is, no updates expected)

    Generative flow model using invertible 1x1 convolutions.

    Python
    Auf GitHub ansehen↗3,183
  • microsoft/human-pose-estimation.pytorchAvatar von Microsoft

    Microsoft/human-pose-estimation.pytorch

    3,008Auf GitHub ansehen↗

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

    Simple baseline models for human pose estimation and tracking.

    Python
    Auf GitHub ansehen↗3,008
  • carpedm20/enas-pytorchAvatar von carpedm20

    carpedm20/ENAS-pytorch

    2,722Auf GitHub ansehen↗

    PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"

    Efficient neural architecture search using parameter sharing.

    Pythongoogle-brainneural-architecture-searchpytorch
    Auf GitHub ansehen↗2,722
Vorherige123456…13Nächste
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Computer Vision Research