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.
- Matlab
- VLFeat (download the latest binary package)
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.
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}
}
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.
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).