awesome-repositories.com
Blog
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
·
hanzhanggit avatar

hanzhanggit/StackGAN-v2

0
View on GitHub↗
847 stars·189 forks·Python·MIT·1 vue

StackGAN V2

StackGAN-v1: Tensorflow implementation

Features

  • Computer Vision Models - Implementation of StackGAN++ for realistic image synthesis.
  • Model Implementations - StackGAN++ implementation.

Historique des stars

Graphique de l'historique des stars pour hanzhanggit/stackgan-v2Graphique de l'historique des stars pour hanzhanggit/stackgan-v2

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.

Start searching with AI

Alternatives open source à StackGAN V2

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec StackGAN V2.
  • 1zb/deformable-convolution-pytorchAvatar de 1zb

    1zb/deformable-convolution-pytorch

    410Voir sur GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    Voir sur GitHub↗410
  • 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
  • aaron-xichen/pytorch-playgroundAvatar de aaron-xichen

    aaron-xichen/pytorch-playground

    2,714Voir sur GitHub↗

    Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    Voir sur GitHub↗2,714
  • 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
Voir les 30 alternatives à StackGAN V2→

Questions fréquentes

Que fait hanzhanggit/stackgan-v2 ?

StackGAN-v1: Tensorflow implementation

Quelles sont les fonctionnalités principales de hanzhanggit/stackgan-v2 ?

Les fonctionnalités principales de hanzhanggit/stackgan-v2 sont : Computer Vision Models, Model Implementations.

Quelles sont les alternatives open-source à hanzhanggit/stackgan-v2 ?

Les alternatives open-source à hanzhanggit/stackgan-v2 incluent : amdegroot/ssd.pytorch — This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and… aosokin/biogans. aaron-xichen/pytorch-playground — Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet,… 1zb/deformable-convolution-pytorch — PyTorch implementation of Deformable Convolution. 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… bamos/densenet.pytorch — A PyTorch implementation of DenseNet.