All Projects → saikatbsk → Vincent Ai Artist

saikatbsk / Vincent Ai Artist

Style transfer using deep convolutional neural nets

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vincent Ai Artist

Keras transfer cifar10
Object classification with CIFAR-10 using transfer learning
Stars: ✭ 120 (-31.82%)
Mutual labels:  cnn, cnn-keras, cnn-model
Resnetcam Keras
Keras implementation of a ResNet-CAM model
Stars: ✭ 269 (+52.84%)
Mutual labels:  cnn, cnn-keras, cnn-model
Personality Detection
Implementation of a hierarchical CNN based model to detect Big Five personality traits
Stars: ✭ 338 (+92.05%)
Mutual labels:  cnn, cnn-keras
Benchmarking Keras Pytorch
🔥 Reproducibly benchmarking Keras and PyTorch models
Stars: ✭ 346 (+96.59%)
Mutual labels:  cnn, cnn-keras
Adain Style
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
Stars: ✭ 1,049 (+496.02%)
Mutual labels:  generative-model, style-transfer
favorite-research-papers
Listing my favorite research papers 📝 from different fields as I read them.
Stars: ✭ 12 (-93.18%)
Mutual labels:  style-transfer, generative-model
DLSS
Deep Learning Super Sampling with Deep Convolutional Generative Adversarial Networks.
Stars: ✭ 88 (-50%)
Mutual labels:  cnn, cnn-keras
Kaggle Web Traffic Time Series Forecasting
Solution to Kaggle - Web Traffic Time Series Forecasting
Stars: ✭ 29 (-83.52%)
Mutual labels:  cnn, cnn-keras
Screenshot To Code
A neural network that transforms a design mock-up into a static website.
Stars: ✭ 13,561 (+7605.11%)
Mutual labels:  cnn, cnn-keras
Captcha
基于CNN的验证码整体识别
Stars: ✭ 125 (-28.98%)
Mutual labels:  cnn, cnn-keras
Object Localization
Object localization in images using simple CNNs and Keras
Stars: ✭ 130 (-26.14%)
Mutual labels:  cnn, cnn-keras
mix-stage
Official Repository for the paper Style Transfer for Co-Speech Gesture Animation: A Multi-Speaker Conditional-Mixture Approach published in ECCV 2020 (https://arxiv.org/abs/2007.12553)
Stars: ✭ 22 (-87.5%)
Mutual labels:  style-transfer, generative-model
Weapon-Detection-And-Classification
Weapon Detection & Classification through CCTV surveillance using Deep Learning-CNNs.
Stars: ✭ 53 (-69.89%)
Mutual labels:  cnn-keras, cnn-model
Brdnet
Image denoising using deep CNN with batch renormalization(Neural Networks,2020)
Stars: ✭ 141 (-19.89%)
Mutual labels:  cnn, cnn-keras
Style transfer
CNN image style transfer 🎨.
Stars: ✭ 210 (+19.32%)
Mutual labels:  cnn, style-transfer
Pytorch Adain
Unofficial pytorch implementation of 'Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization' [Huang+, ICCV2017]
Stars: ✭ 550 (+212.5%)
Mutual labels:  cnn, style-transfer
Sppnet Pytorch
A simple Spatial Pyramid Pooling layer which could be added in CNN
Stars: ✭ 198 (+12.5%)
Mutual labels:  cnn, cnn-model
Cyclegan Music Style Transfer
Symbolic Music Genre Transfer with CycleGAN
Stars: ✭ 201 (+14.2%)
Mutual labels:  cnn, style-transfer
Hyperopt Keras Cnn Cifar 100
Auto-optimizing a neural net (and its architecture) on the CIFAR-100 dataset. Could be easily transferred to another dataset or another classification task.
Stars: ✭ 95 (-46.02%)
Mutual labels:  cnn, cnn-keras
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (-21.02%)
Mutual labels:  cnn, cnn-keras

Vincent : AI Artist

Style transfer is the technique of recomposing images in the style of other images.

Requirements

Basic Usage

python3 main.py --base_img_path /path/to/base/image --style_img_path /path/to/artistic/image --result_prefix output

Results

result_00

References

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].