You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ A [PyTorch](https://pytorch.org/) implementation of [FaceBoxes: A CPU Real-time
9
9
## Performance
10
10
| Dataset | Original Caffe | PyTorch Implementation |
11
11
|:-|:-:|:-:|
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% |
15
15
16
16
## Citation
17
17
Please cite the paper in your publications if it helps your research:
@@ -60,7 +60,7 @@ _Note: Codes are based on Python 3+._
60
60
python3 train.py
61
61
```
62
62
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`.
0 commit comments