You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
attributes2classname is released under the MIT License (refer to the LICENSE file for details).
Citing attributes2classname
If you find attributes2classname useful in your research, please consider citing:
@InProceedings{demirel2017attributes2classname,
author = {Demirel, Berkan and Cinbis, Ramazan Gokberk and Ikizler-Cinbis, Nazli},
title = {Attributes2Classname: A Discriminative Model for Attribute-Based Unsupervised Zero-Shot Learning},
booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
month = {Oct},
year = {2017}
}
Modify the training script (i.e. master.py) to point to your data directory.
Run the training script (i.e. master.py) to learn best parameters for your features. The applyCrossValidation variable must be marked True (applyCrossValidation=True) in order to learn the parameters.
After learning the relevant parameters, run the training script with these parameters to train and evaluate the PBT or IBT model. The applyCrossValidation variable must be marked False (applyCrossValidation=False) in order to learn and evaluate the correct model.
Pretrained models:
Pretrained models and related parameters are shared under models/ directory. NUM_HIDDEN and stopIter parameters for these models are as follows:
IBT-AwA: NUM_HIDDEN=100, stopIter=26000
PBT-AwA: NUM_HIDDEN=400, stopIter=6000
IBT-aPaY: NUM_HIDDEN=100, stopIter=15800
PBT-aPaY: NUM_HIDDEN=100, stopIter=6000
About
TensorFlow implementation of the Attributes2Classname: A discriminative model for attribute-based unsupervised zero-shot learning.