All Projects → yhlleo → TriangleGAN

yhlleo / TriangleGAN

Licence: other
TriangleGAN, ACM MM 2019.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
matlab
3953 projects
TeX
3793 projects

Projects that are alternatives of or similar to TriangleGAN

Lggan
[CVPR 2020] Local Class-Specific and Global Image-Level Generative Adversarial Networks for Semantic-Guided Scene Generation
Stars: ✭ 97 (+246.43%)
Mutual labels:  generative-adversarial-network, generative-model, image-generation, image-translation
Gesturegan
[ACM MM 2018 Oral] GestureGAN for Hand Gesture-to-Gesture Translation in the Wild
Stars: ✭ 136 (+385.71%)
Mutual labels:  generative-adversarial-network, generative-model, image-generation, image-translation
pytorch-CycleGAN
Pytorch implementation of CycleGAN.
Stars: ✭ 39 (+39.29%)
Mutual labels:  generative-adversarial-network, generative-model, image-translation
Selectiongan
[CVPR 2019 Oral] Multi-Channel Attention Selection GAN with Cascaded Semantic Guidance for Cross-View Image Translation
Stars: ✭ 366 (+1207.14%)
Mutual labels:  generative-adversarial-network, image-generation, image-translation
pytorch-GAN
My pytorch implementation for GAN
Stars: ✭ 12 (-57.14%)
Mutual labels:  generative-adversarial-network, generative-model
coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Stars: ✭ 277 (+889.29%)
Mutual labels:  generative-adversarial-network, generative-model
Awesome-Text-to-Image
A Survey on Text-to-Image Generation/Synthesis.
Stars: ✭ 251 (+796.43%)
Mutual labels:  generative-adversarial-network, image-generation
GraphCNN-GAN
Graph-convolutional GAN for point cloud generation. Code from ICLR 2019 paper Learning Localized Generative Models for 3D Point Clouds via Graph Convolution
Stars: ✭ 50 (+78.57%)
Mutual labels:  generative-adversarial-network, generative-model
favorite-research-papers
Listing my favorite research papers 📝 from different fields as I read them.
Stars: ✭ 12 (-57.14%)
Mutual labels:  generative-adversarial-network, generative-model
multitask-CycleGAN
Pytorch implementation of multitask CycleGAN with auxiliary classification loss
Stars: ✭ 88 (+214.29%)
Mutual labels:  generative-adversarial-network, image-translation
CWR
Code and dataset for Single Underwater Image Restoration by Contrastive Learning, IGARSS 2021, oral.
Stars: ✭ 43 (+53.57%)
Mutual labels:  generative-adversarial-network, image-generation
MMD-GAN
Improving MMD-GAN training with repulsive loss function
Stars: ✭ 82 (+192.86%)
Mutual labels:  generative-adversarial-network, generative-model
texturize
🤖🖌️ Generate photo-realistic textures based on source images. Remix, remake, mashup! Useful if you want to create variations on a theme or elaborate on an existing texture.
Stars: ✭ 495 (+1667.86%)
Mutual labels:  generative-model, image-generation
simplegan
Tensorflow-based framework to ease training of generative models
Stars: ✭ 19 (-32.14%)
Mutual labels:  generative-adversarial-network, generative-model
Paper-Notes
Paper notes in deep learning/machine learning and computer vision
Stars: ✭ 37 (+32.14%)
Mutual labels:  generative-adversarial-network, image-recognition
Anime2Sketch
A sketch extractor for anime/illustration.
Stars: ✭ 1,623 (+5696.43%)
Mutual labels:  generative-adversarial-network, image-generation
py-msa-kdenlive
Python script to load a Kdenlive (OSS NLE video editor) project file, and conform the edit on video or numpy arrays.
Stars: ✭ 25 (-10.71%)
Mutual labels:  generative-adversarial-network, generative-model
BicycleGAN
Tensorflow implementation of the NIPS paper "Toward Multimodal Image-to-Image Translation"
Stars: ✭ 30 (+7.14%)
Mutual labels:  generative-adversarial-network, image-translation
Semantic Pyramid for Image Generation
PyTorch reimplementation of the paper: "Semantic Pyramid for Image Generation" [CVPR 2020].
Stars: ✭ 45 (+60.71%)
Mutual labels:  generative-adversarial-network, image-generation
Sgan
Stacked Generative Adversarial Networks
Stars: ✭ 240 (+757.14%)
Mutual labels:  generative-adversarial-network, generative-model

Python 3.5 Packagist Last Commit Maintenance Contributing

TriangleGAN

A new gesture-to-gesture translation framework. Gesture-to-Gesture Translation in the Wild via Category-Independent Conditional Maps, published in ACM International Conference on Multimedia, 2019.

1.Dataset preparing

More details >>>

2.Installation

We provide an user-friendly configuring method via Conda system, and you can create a new Conda environment using the command:

conda env create -f environment.yml

3.Train/Test

1.Download dataset and copy them into ./datasets

2.Modify the scripts to train/test:

  • Training
sh ./scripts/train_trianglegan_ntu.sh <gpu_id>
sh ./scripts/train_trianglegan_senz3d.sh <gpu_id>
  • Testing
sh ./scripts/test_trianglegan_ntu.sh <gpu_id>
sh ./scripts/train_trianglegan_senz3d.sh <gpu_id>

3.The pretrained model is saved at ./checkpoints/{model_name}. Check here for all the available TriangleGAN models.

4.We provide an implementation of GestureGAN, ACM MM 2018 [paper]|[code].

sh ./scripts/train_gesturegan_ntu.sh <gpu_id>
sh ./scripts/train_gesturegan_senz3d.sh <gpu_id>

4.Evaluation

More Details >>>

5.Visual Results

More Details >>>

Acknowledgment

This code is based on the pytorch-CycleGAN-and-pix2pix. Thanks to the contributors of this project.

Related Work

Evaluation codes

We recommend to evaluate the performances of the compared models mainly based on this repo: GAN-Metrics

References

If you take use of our datasets or code, please cite our papers:

@inproceedings{liu2019gesture,
  title={Gesture-to-gesture translation in the wild via category-independent conditional maps},
  author={Liu, Yahui and De Nadai, Marco and Zen, Gloria and Sebe, Nicu and Lepri, Bruno},
  booktitle={Proceedings of the 27th ACM International Conference on Multimedia},
  pages={1916--1924},
  year={2019}
}

If you have any questions, please contact me without hesitation (yahui.liu AT unitn.it).

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