All Projects → IVRL → Ganlocalediting

IVRL / Ganlocalediting

Projects that are alternatives of or similar to Ganlocalediting

Skincancer
Skin cancer detection project
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Tf Mrnn
Re-implementation of the m-RNN model using TensorFLow
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Pyldavis
Python library for interactive topic model visualization. Port of the R LDAvis package.
Stars: ✭ 1,550 (+1335.19%)
Mutual labels:  jupyter-notebook
Selfdrivingcar
A collection of all projects pertaining to different layers in the SDC software stack
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Examples
Useful RadioML Examples
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Aa228 Notebook
IJulia notebooks for AA228/CS238 Decision Making Under Uncertainty course at Stanford University
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Bayesian Methods For Ml
Materials for "Bayesian Methods for Machine Learning" Coursera MOOC
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Tensorflow Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Stars: ✭ 41,480 (+38307.41%)
Mutual labels:  jupyter-notebook
Texas Hold Em Ai
Research on Texas Hold'em AI
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Ganotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
Stars: ✭ 1,446 (+1238.89%)
Mutual labels:  jupyter-notebook
Clothing Recommender
ML
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Numba tutorial scipy2017
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Ml Ai Experiments
All my experiments with AI and ML
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Aws Ai Bootcamp Labs
This library holds a collection of Notebooks and code examples for AWS AI Bootcamps.
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Prml
PRML algorithms implemented in Python
Stars: ✭ 10,206 (+9350%)
Mutual labels:  jupyter-notebook
Capsnet
CapsNet (from "Dynamic Routing Between Capsules") implemented in pytorch.
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Dwc
Darwin Core
Stars: ✭ 106 (-1.85%)
Mutual labels:  jupyter-notebook
Getting Started With Google Bert
Build and train state-of-the-art natural language processing models using BERT
Stars: ✭ 107 (-0.93%)
Mutual labels:  jupyter-notebook
Kalman And Bayesian Filters In Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
Stars: ✭ 11,233 (+10300.93%)
Mutual labels:  jupyter-notebook
Facemaskdetection
开源人脸口罩检测模型和数据 Detect faces and determine whether people are wearing mask.
Stars: ✭ 1,677 (+1452.78%)
Mutual labels:  jupyter-notebook

Localized Semantic Editing of StyleGAN outputs

Paper: https://arxiv.org/abs/2004.14367
Video: https://youtu.be/9mXVPaT9Ryg

This demo illustrates a simple and effective method for making local, semantically-aware edits to a target GAN output image. This is accomplished by borrowing styles from a reference image, also a GAN output.

The method requires neither supervision from an external model, nor involves complex spatial morphing operations. Instead, it relies on the emergent disentanglement of semantic objects that is learned by StyleGAN during its training, which we detect using Spherical k-means.

The implementation below relies on PyTorch and requires downloading additional parameter files .

Citation

@inproceedings{Collins20,
  title   = {Editing in Style: Uncovering the Local Semantics of {GANs}},
  author  = {Edo Collins and Raja Bala and Bob Price and Sabine S{\"u}sstrunk},
  booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}
  year = {2020},
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].