Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,12 @@ Runing the following script to train on CASIAv2, and evalute on CASIAv1, Columbi
|
|
39 |
python main.py --load configs/final.yaml
|
40 |
```
|
41 |
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
## Citation
|
45 |
If you feel this project is helpful, please consider citing our paper
|
|
|
39 |
python main.py --load configs/final.yaml
|
40 |
```
|
41 |
|
42 |
+
For evaluating a pre-trained checkpoint:
|
43 |
+
```shell
|
44 |
+
python main.py --load configs/final.yaml --eval --resume checkpoint-path
|
45 |
+
```
|
46 |
+
|
47 |
+
We provide our pre-trained checkpoint [here](https://buffalo.box.com/s/2t3eqvwp7ua2ircpdx12sfq04sne4x50).
|
48 |
|
49 |
## Citation
|
50 |
If you feel this project is helpful, please consider citing our paper
|