ZUNIT
Dependencies
you can install all the dependencies by
pip install -r requirements.txt
Datasets
- Download CUB dataset.
- Unzip the birds.zip at
./dataset
.
Training
- To view training results and loss plots, run
python -m visdom.server -p 8080
and click the URL http://localhost:8080.
- Run
bash ./scripts/train_bird.sh
Testing
- Run
bash ./scripts/test_bird.sh
- The testing results will be saved in
checkpoints/{exp_name}/results
directory.
Results
Acknowledgement
The code used in this research is inspired by DMIT and FUNIT.
Contact
Feel free to contact me if there is any questions ([email protected]).