Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haibo-qiu committed Sep 23, 2022
1 parent 5f73a52 commit 416c13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Or directly create a conda env with
## Data preparation
1. Training data (`data/datasets`) and pretrained models (`pretrained/`) can be found here ([Google drive](https://drive.google.com/drive/folders/12r0QEQFb8MOxh1ZtX679Pnx4g8hknLOg?usp=sharing), [BaiduYun](https://pan.baidu.com/s/1VjuE1nqfytiTYjYWuxP7rA):76n5). `CASIA-112x96-LMDB.lmdb` is for training, `lfws.zip` and `ar_face_data.tar.gz` are for testing.

2. (Optional) Please refer to `data/generate_lmdb.py` for the lmdb file generation of training data.
2. (Optional) Please refer to `data/generate_lmdb.py` in case you want to know the lmdb file generation of training data.

3. (Optional) Please refer to `data/generate_occ_lfw.py` for the occluded testing images generation.
3. (Optional) Please refer to `data/generate_occ_lfw.py` in case you want to know the occluded testing images generation.

## Training
Simply run the following script:
Expand Down

0 comments on commit 416c13c

Please sign in to comment.