Based on https://github.com/suetAndTie/cycle-image-gan
Paper https://arxiv.org/abs/2003.12137
- BERT encoder
- Cycle-GAN
- Image2Text encoder
- Download AttnGAN preprocessed data and captions birds
- Download the birds image data. Extract them to
data/birds/
- pretrain STREAM
python pretrain_STREAM.py --cfg cfg/STREAM/bird.yaml --gpu 0
- train CycleGAN
python main.py --cfg cfg/bird_cycle.yaml --gpu 0