Skip to content

Commit 3def34f

Browse files
authored
Use retrained model from zisianw#35
Update test results based on retrained model in zisianw#35 which uses the exact same code as this repository but just had a luckier train.
1 parent c115c59 commit 3def34f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ A [PyTorch](https://pytorch.org/) implementation of [FaceBoxes: A CPU Real-time
99
## Performance
1010
| Dataset | Original Caffe | PyTorch Implementation |
1111
|:-|:-:|:-:|
12-
| AFW | 98.98 % | 98.47% |
13-
| PASCAL | 96.77 % | 96.84% |
14-
| FDDB | 95.90 % | 95.44% |
12+
| AFW | 98.98 % | 98.55% |
13+
| PASCAL | 96.77 % | 97.05% |
14+
| FDDB | 95.90 % | 96.00% |
1515

1616
## Citation
1717
Please cite the paper in your publications if it helps your research:
@@ -60,7 +60,7 @@ _Note: Codes are based on Python 3+._
6060
python3 train.py
6161
```
6262

63-
If you do not wish to train the model, you can download [our pre-trained model](https://drive.google.com/open?id=128m1QasIwQRkrY-Eb5Epi-ShXnrZWUCQ) and save it in `$FaceBoxes_ROOT/weights`.
63+
If you do not wish to train the model, you can download [our pre-trained model](https://drive.google.com/file/d/1aRdcf692S2-oxNdoc6oOjIVvoyvSHl52) and save it in `$FaceBoxes_ROOT/weights`.
6464

6565

6666
## Evaluation

0 commit comments

Comments
 (0)