All Projects → yueruchen → Pedestrian Synthesis Gan

yueruchen / Pedestrian Synthesis Gan

Licence: other
Pedestrian-Synthesis-GAN: Generating Pedestrian Data in Real Scene and Beyond

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pedestrian Synthesis Gan

Handwriting recogition using adversarial learning
[CVPR 2019] "Handwriting Recognition in Low-resource Scripts using Adversarial Learning ”, IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2019.
Stars: ✭ 52 (-28.77%)
Mutual labels:  data-augmentation, generative-adversarial-networks
Doccreator
DIAR software for synthetic document image and groundtruth generation, with various degradation models for data augmentation
Stars: ✭ 60 (-17.81%)
Mutual labels:  data-augmentation
Torchio
Medical image preprocessing and augmentation toolkit for deep learning
Stars: ✭ 708 (+869.86%)
Mutual labels:  data-augmentation
Veri Artirma Data Augmentation
Bu repoda veri artırma (data augmentation) ile ilgili pratik uygulamalara ulaşabilirsiniz.
Stars: ✭ 22 (-69.86%)
Mutual labels:  data-augmentation
Dataaugmentationforobjectdetection
Data Augmentation For Object Detection
Stars: ✭ 812 (+1012.33%)
Mutual labels:  data-augmentation
Cyclegan
PyTorch implementation of CycleGAN
Stars: ✭ 38 (-47.95%)
Mutual labels:  generative-adversarial-networks
Yolo Tf2
yolo(all versions) implementation in keras and tensorflow 2.4
Stars: ✭ 695 (+852.05%)
Mutual labels:  data-augmentation
Geneva
Code to train and evaluate the GeNeVA-GAN model for the GeNeVA task proposed in our ICCV 2019 paper "Tell, Draw, and Repeat: Generating and modifying images based on continual linguistic instruction"
Stars: ✭ 71 (-2.74%)
Mutual labels:  generative-adversarial-networks
Dips
NAACL 2019: Submodular optimization-based diverse paraphrasing and its effectiveness in data augmentation
Stars: ✭ 59 (-19.18%)
Mutual labels:  data-augmentation
Csmri Refinement
Code for "Adversarial and Perceptual Refinement Compressed Sensing MRI Reconstruction"
Stars: ✭ 21 (-71.23%)
Mutual labels:  generative-adversarial-networks
All Classifiers 2019
A collection of computer vision projects for Acute Lymphoblastic Leukemia classification/early detection.
Stars: ✭ 22 (-69.86%)
Mutual labels:  data-augmentation
Delving Deep Into Gans
Generative Adversarial Networks (GANs) resources sorted by citations
Stars: ✭ 834 (+1042.47%)
Mutual labels:  generative-adversarial-networks
Eda nlp
Data augmentation for NLP, presented at EMNLP 2019
Stars: ✭ 902 (+1135.62%)
Mutual labels:  data-augmentation
Data Augmentation Review
List of useful data augmentation resources. You will find here some not common techniques, libraries, links to github repos, papers and others.
Stars: ✭ 785 (+975.34%)
Mutual labels:  data-augmentation
Dda
Differentiable Data Augmentation Library
Stars: ✭ 65 (-10.96%)
Mutual labels:  data-augmentation
Inltk
Natural Language Toolkit for Indic Languages aims to provide out of the box support for various NLP tasks that an application developer might need
Stars: ✭ 702 (+861.64%)
Mutual labels:  data-augmentation
Nlp xiaojiang
自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,bert+bilstm+crf),数据增强(text augment, data enhance),同义句同义词生成,句子主干提取(mainpart),中文汉语短文本相似度,文本特征工程,keras-http-service调用
Stars: ✭ 954 (+1206.85%)
Mutual labels:  data-augmentation
Data generator object detection 2d
A data generator for 2D object detection
Stars: ✭ 73 (+0%)
Mutual labels:  data-augmentation
Torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
Stars: ✭ 1,156 (+1483.56%)
Mutual labels:  generative-adversarial-networks
Keras Gan
Keras implementations of Generative Adversarial Networks.
Stars: ✭ 8,494 (+11535.62%)
Mutual labels:  generative-adversarial-networks

Pedestrian-Synthesis-GAN

See arxiv: https://arxiv.org/abs/1804.02047 Pedestrian-Synthesis-GAN: Generating Pedestrian Data in Real Scene and Beyond

Preparing

Prepare your data before training. The format of your data should follow the file in datasets.

Training stage

python train.py --dataroot data_path --name model_name --model pix2pix --which_model_netG unet_256 --which_direction BtoA --lambda_A 100 --dataset_mode aligned --use_spp --no_lsgan --norm batch

Testing stage

python test.py --dataroot data_path --name model_name --model pix2pix --which_model_netG unet_256 --which_direction BtoA  --dataset_mode aligned --use_spp --norm batch

Vision

Run python -m visdom.server to see the training process.

Citation

If you find this work useful for your research, please cite:

@article{ouyang2018pedestrian,
  title={Pedestrian-Synthesis-GAN: Generating Pedestrian Data in Real Scene and Beyond},
  author={Ouyang, Xi and Cheng, Yu and Jiang, Yifan and Li, Chun-Liang and Zhou, Pan},
  journal={arXiv preprint arXiv:1804.02047},
  year={2018}
}

Acknowledgments

Heavily borrow the code from pix2pix

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