Skip to content

Ha0Tang/ASGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

License CC BY-NC-SA 4.0 Python 3.6 Packagist Last Commit Maintenance Contributing Ask Me Anything ! GitHub issues

ASGAN

Feature-Level Similarity Score (FLSS) and the proposed AFPS dataset for "Attribute-Guided Sketch Generation (FG 19, Oral)" by Hao Tang, Xinya Chen, Wei Wang, Dan Xu, Jason J. Corso, Nicu Sebe, Yan Yan.

FLSS Metric

Prerequisites

  • Matlab
  • VLFeat (download the latest binary package)

AFPS dataset

For CUFS, CUFSF, EPRIP or PRIPVSGC, the datasets must be downloaded beforehand. Please download them on the respective webpages. Please cite their papers if you use the data.

You can download the corresponding attributed version using the following script.

git clone https://github.com/Ha0Tang/ASGAN
cd ASGAN/
bash ./AFPS/download_asgan_dataset.sh dataset_name
  • CUFS: 94 trianing, 94 testing.
  • CUFSF: 562 training, 561 testing.
  • EPRIP: 70 training, 16 testing.
  • PRIPVSGC: 70 training, 16 testing.

Citation

If you use this code or dataset for your research, please cite our paper.

@inproceedings{tang2019attribute,
  title={Attribute-Guided Sketch Generation},
  author={Tang, Hao and Chen, Xinya and Wang, Wei and Xu, Dan and Corso, Jason J and Sebe, Nicu and Yan, Yan},
  booktitle={FG},
  year={2019}
}

Acknowledgments

This code borrows heavily from VLFeat. We acknowledge the National Institute of Standards and Technology Grant 60NANB17D191 for funding this research. We also acknowledge the gift donation from Cisco, Inc for this research.

Related Projects

SelectionGAN

Contributions

If you have any questions/comments/bug reports, feel free to open a github issue or pull a request or e-mail to the author Hao Tang (bjdxtanghao@gmail.com).