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 prinsphield/elegant

Open-source alternatives to ELEGANT

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

  • albertpumarola/ganimationalbertpumarola avatar

    albertpumarola/GANimation

    1,984View on GitHub↗

    Official implementation of GANimation. In this work we introduce a novel GAN conditioning scheme based on Action Units (AU) annotations, which describe in a continuous manifold the anatomical facial movements defining a human expression. Our approach permits controlling the magnitude of…

    Python
    View on GitHub↗1,984
  • yunjey/starganyunjey avatar

    yunjey/stargan

    5,292View on GitHub↗

    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

    Python
    View on GitHub↗5,292
  • iperov/deepfacelabiperov avatar

    iperov/DeepFaceLab

    19,256View on GitHub↗

    DeepFaceLab is a deep learning software suite designed for face swapping and the creation of deepfake videos. It functions as a neural network image compositor that replaces human faces or entire heads in video files to produce synthetic media. The tool provides capabilities for digital facial manipulation, including the ability to modify the perceived age of people in video sequences. It uses automated pattern recognition to blend source faces onto target frames to create seamless visual composites. The system covers a broad technical surface including landmark-based face alignment, autoenc

    Python
    View on GitHub↗19,256
  • auduno/clmtrackrauduno avatar

    auduno/clmtrackr

    6,504View on GitHub↗

    clmtrackr is a JavaScript computer vision library designed for facial landmark detection and real-time tracking. It implements Constrained Local Models to identify specific coordinate points on a human face within video feeds or static images. The project functions as a real-time face warping engine and expression analysis tool. It can distort facial images via parametric models to create caricatures or identify and label emotional states such as happiness, sadness, anger, and surprise based on feature coordinates. The library covers a broad range of capabilities including automatic and manu

    JavaScript
    View on GitHub↗6,504

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
  • aigc-apps/sd-webui-easyphotoaigc-apps avatar

    aigc-apps/sd-webui-EasyPhoto

    5,150View on GitHub↗

    This project is a Stable Diffusion WebUI extension that provides a graphical interface for personalized portrait generation and AI photo editing. It allows users to train custom identity models from a small set of uploaded images to create consistent digital versions of specific people. The extension includes a virtual try-on system that replaces clothing in images by aligning reference garments with template bodies. It also features tools for face swapping in both static images and videos, as well as a portrait animator that transforms static images into dynamic videos using reference-guided

    Python
    View on GitHub↗5,150
  • zalandoresearch/fashion-mnistzalandoresearch avatar

    zalandoresearch/fashion-mnist

    12,754View on 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
    View on GitHub↗12,754
  • ajbrock/neural-photo-editorajbrock avatar

    ajbrock/Neural-Photo-Editor

    2,075View on GitHub↗

    A simple interface for editing natural photos with generative neural networks.

    Python
    View on GitHub↗2,075
  • aimerykong/recurrent-pixel-embedding-for-instance-groupingaimerykong avatar

    aimerykong/Recurrent-Pixel-Embedding-for-Instance-Grouping

    146View on GitHub↗

    CVPR2018 - pixel embedding & grouping for structured prediction, e.g., instance segmentation

    MATLAB
    View on GitHub↗146
  • agrimgupta92/sganagrimgupta92 avatar

    agrimgupta92/sgan

    912View on GitHub↗

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

    Python
    View on GitHub↗912
  • art-programmer/planenetart-programmer avatar

    art-programmer/PlaneNet

    422View on GitHub↗

    PlaneNet: Piece-wise Planar Reconstruction from a Single RGB Image

    Python
    View on GitHub↗422
  • alexgkendall/multitaskvisionA

    alexgkendall/multitaskvision

    0View on GitHub↗
    View on GitHub↗0
  • aliaksandrsiarohin/first-order-modelAliaksandrSiarohin avatar

    AliaksandrSiarohin/first-order-model

    15,003View on GitHub↗

    This project is a generative adversarial network designed for image animation and motion transfer. It functions as a computer vision framework that synthesizes video sequences by applying motion patterns extracted from a driving video onto a static source image. The model distinguishes itself by using a keypoint-based representation to decouple object appearance from temporal movement. By tracking structural deformations through learned latent coordinates, it performs motion retargeting and synthetic media production without requiring manual annotations or object-specific training data. The

    Jupyter Notebookdeep-learninggenerative-modelimage-animation
    View on GitHub↗15,003
  • aliaksandrsiarohin/monkey-netA

    AliaksandrSiarohin/monkey-net

    0View on GitHub↗

    This repository contains the source code for the CVPR oral paper Animating Arbitrary Objects via Deep Motion Transfer by Aliaksandr Siarohin, Stéphane Lathuilière, Sergey Tulyakov, Elisa Ricci and Nicu Sebe. We call the proposed deep framework Monkey-Net, as it enables motion transfer by…

    View on GitHub↗0
  • alokwhitewolf/guided-attention-inference-networkalokwhitewolf avatar

    alokwhitewolf/Guided-Attention-Inference-Network

    238View on 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
    View on GitHub↗238
  • angeladai/scancompleteangeladai avatar

    angeladai/ScanComplete

    271View on GitHub↗

    CVPR'18 ScanComplete: Large-Scale Scene Completion and Semantic Segmentation for 3D Scans

    Python
    View on GitHub↗271
  • alamimejjati/unsupervised-attention-guided-image-to-image-translationA

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

    0View on 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…

    View on GitHub↗0
  • angeladai/3dmvangeladai avatar

    angeladai/3DMV

    213View on GitHub↗

    3DMV jointly combines RGB color and geometric information to perform 3D semantic segmentation of RGB-D scans. This work is based on our ECCV'18 paper, 3DMV: Joint 3D-Multi-View Prediction for 3D Semantic Scene Segmentation.

    Python
    View on GitHub↗213
  • amusi/daily-paper-computer-visionamusi avatar

    amusi/daily-paper-computer-vision

    6,768View on GitHub↗

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

    computer-visiondeep-learningface-detection
    View on GitHub↗6,768
  • akanazawa/hmrakanazawa avatar

    akanazawa/hmr

    1,665View on GitHub↗

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

    Python
    View on GitHub↗1,665
  • anishathalye/obfuscated-gradientsanishathalye avatar

    anishathalye/obfuscated-gradients

    907View on GitHub↗

    Obfuscated Gradients Give a False Sense of Security: Circumventing Defenses to Adversarial Examples

    Jupyter Notebook
    View on GitHub↗907
  • amlab-amsterdam/attentiondeepmilA

    AMLab-Amsterdam/AttentionDeepMIL

    0View on GitHub↗

    Attention-based Deep Multiple Instance Learning

    View on GitHub↗0
  • arunmallya/packnetarunmallya avatar

    arunmallya/packnet

    243View on GitHub↗

    Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning

    Python
    View on GitHub↗243
  • arunmallya/piggybackarunmallya avatar

    arunmallya/piggyback

    183View on GitHub↗

    Code for Piggyback: Adapting a Single Network to Multiple Tasks by Learning to Mask Weights

    Python
    View on GitHub↗183
  • assafshocher/zssrassafshocher avatar

    assafshocher/ZSSR

    421View on GitHub↗

    "Zero-Shot" Super-Resolution using Deep Internal Learning

    Python
    View on GitHub↗421
  • alterzero/dbpn-pytorchalterzero avatar

    alterzero/DBPN-Pytorch

    574View on GitHub↗

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

    Python
    View on GitHub↗574
  • azadis/mc-ganazadis avatar

    azadis/MC-GAN

    447View on GitHub↗

    Multi-Content GAN for Few-Shot Font Style Transfer at CVPR 2018

    Python
    View on GitHub↗447
  • balakg/posewarp-cvpr2018balakg avatar

    balakg/posewarp-cvpr2018

    194View on GitHub↗

    Code for our CVPR 2018 paper: "Synthesizing Images of Humans in Unseen Poses"

    Python
    View on GitHub↗194
  • bermanmaxim/lovaszsoftmaxbermanmaxim avatar

    bermanmaxim/LovaszSoftmax

    1,412View on GitHub↗

    Maxim Berman, Amal Rannen Triki, Matthew B. Blaschko

    Jupyter Notebook
    View on GitHub↗1,412
  • bluewinters/deepwarpBlueWinters avatar

    BlueWinters/DeepWarp

    53View on GitHub↗

    Tensorflow implement for DeepWarp: Photorealistic Image Resynthesis for Gaze Manipulation

    Python
    View on GitHub↗53
  • akanazawa/cmrakanazawa avatar

    akanazawa/cmr

    485View on GitHub↗

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

    Python
    View on GitHub↗485