Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhongdao committed Apr 11, 2017
1 parent 3b806ec commit 5036cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,7 +18,7 @@ You need to clone the [caffe-deepsim-branch](https://github.com/dosovits/caffe-f

- First we need to prepare the CelebA dataset since we need the annotation of face attributes. [link](http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html)
- Divided the image list into two lists according to some specific attribute, e.g. Eyeglasses here. The two lists are in the following format:

```
Positive.txt
000053.jpg 0
000093.jpg 0
Expand All @@ -28,7 +28,7 @@ You need to clone the [caffe-deepsim-branch](https://github.com/dosovits/caffe-f
000001.jpg 0
000002.jpg 0
...

```
Note that the label 0 here is meaningless since we don't need them, we add labels here just for using the ImageDataLayer in Caffe. When the lists are ready you need to replace the source fileds in data_gen.prototxt and data_dual.prototxt with the prepared lists.

- Run the training scripts
Expand Down

0 comments on commit 5036cc9

Please sign in to comment.