Skip to content

Commit cff33cc

Browse files
author
liuwei16
committed
code
1 parent 001dbf4 commit cff33cc

File tree

108 files changed

+12975
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+12975
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ To reproduce the results in our paper, we have provided the models trained from
141141

142142
2. Training and Test
143143

144-
For face detection, CSP is required to predict both height and width of each instance with various aspect ratios. You can follow the [./train_wider.py](./train_wider.py) to start training and [./test_wider_ms.py](./test_wider_ms.py) for multi-scale test. As a common practice, the model trained on the official training set is evaluated on both validation and test set, and the results are submitted to [WiderFace](http://mmlab.ie.cuhk.edu.hk/projects/WIDERFace/). To reprodect the result in the benchmark, we provide the model for Height+Width+Offset prediction in [model_CSP/widerface/](https://pan.baidu.com/s/1SSPQnbDP6zf9xf8eCDi3Fw).
144+
For face detection, CSP is required to predict both height and width of each instance with various aspect ratios. You can follow the [./train_wider.py](./train_wider.py) to start training and [./test_wider_ms.py](./test_wider_ms.py) for multi-scale test. As a common practice, the model trained on the official training set is evaluated on both validation and test set, and the results are submitted to [WiderFace](http://mmlab.ie.cuhk.edu.hk/projects/WIDERFace/). To reproduce the result in the benchmark, we provide the model for Height+Width+Offset prediction in [model_CSP/widerface/](https://pan.baidu.com/s/1SSPQnbDP6zf9xf8eCDi3Fw).
145145

146146
Note that we adopt the similar data-augmentation strategy for training and multi-scale testing in [PyramidBox](https://arxiv.org/pdf/1803.07737.pdf), which helps us to achieve better performance in this benchmark.
147147

data/cache/caltech/test

723 KB
Binary file not shown.

data/cache/caltech/train_gt

2.24 MB
Binary file not shown.

data/cache/caltech/train_nogt

4.87 MB
Binary file not shown.

data/cache/cityperson/train_h50

1.77 MB
Binary file not shown.

data/cache/cityperson/val_500

351 KB
Binary file not shown.

data/cache/widerface/note.txt~

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
filter w>=5 and h>=5
2+
train:
3+
12880 images and 12880 valid images and 159424 boxes
4+
12880 images and 12876 valid images and 154301 boxes
5+
6+
val:
7+
3226 images and 3226 valid images and 39708 boxes
8+
9+
test:
10+
16097 images
11+
12+
13+
14+

data/cache/widerface/test

Lines changed: 320 additions & 0 deletions
Large diffs are not rendered by default.

data/cache/widerface/train

6.36 MB
Binary file not shown.

data/cache/widerface/val

1.62 MB
Binary file not shown.

eval_caltech/AS.mat

58 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)