Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhankai committed Nov 17, 2018
1 parent 733760a commit 5fa6ce3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
## Attribute-Aware Attention Model
Code for ACM Multimedia 2018 oral paper: Attribute-Aware Attention Model for Fine-grained Representation Learning

<img src="./fig/title.png" width="50%" height="50%">
<img src="./fig/title.png" width="70%" height="70%">


### Usage
Requires: Keras 1.2.1 ("image_data_format": "channels_first")

Run in two steps:

1. Download CUB-200-2011 dataset [here](http://www.vision.caltech.edu/visipedia/CUB-200-2011.html) and unzip it to `$CUB`; Copy file `tools/processed_attributes.txt` in `$CUB`.
1. Download CUB-200-2011 dataset [here](http://www.vision.caltech.edu/visipedia/CUB-200-2011.html) and unzip it to `$CUB`; Copy file `tools/processed_attributes.txt` to `$CUB`.

- The `$CUB` dir should be like this:
<img src="./fig/cub-dir.png" width="30%" height="30%">
Expand All @@ -19,8 +20,8 @@ Run in two steps:

<img src="./fig/result.png" width="50%" height="50%">

### Citation

### Citation
Please use the following bibtex to cite our work:
```
@inproceedings{han2018attribute,
Expand Down
2 changes: 1 addition & 1 deletion tools/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The processed attribute labels file `processed_attributes.txt` is generated by `attributes_process.py`.
The processed attribute labels file `processed_attributes.txt` is generated by `attributes_process.py`. Please run it under `$CUB`.

0 comments on commit 5fa6ce3

Please sign in to comment.