Merge pull request from TingquanGao/add_pulc_safetyhelmet

docs: update label name in demo img
pull/2048/head
cuicheng01 2022-06-13 21:03:01 +08:00 committed by GitHub
commit 50f651e448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

View File

@ -165,7 +165,7 @@ print(next(result))
处理后的数据集部分数据可视化如下:
![](../../images/PULC/docs/safety_helmet_data_demo.png)
![](../../images/PULC/docs/safety_helmet_data_demo.jpg)
此处提供了经过上述方法处理好的数据,可以直接下载得到。
@ -217,7 +217,7 @@ python3 -m paddle.distributed.launch \
-c ./ppcls/configs/PULC/safety_helmet/PPLCNet_x1_0.yaml
```
验证集的最佳指标在 `0.975-0.985` 之间(数据集较小,容易造成波动)。
验证集的最佳指标在 `0.985-0.993` 之间(数据集较小,容易造成波动)。
**备注:**

View File

@ -36,7 +36,7 @@ Optimizer:
momentum: 0.9
lr:
name: Cosine
learning_rate: 0.4
learning_rate: 0.08
warmup_epoch: 5
regularizer:
name: 'L2'
@ -66,11 +66,11 @@ DataLoader:
sampler:
name: DistributedBatchSampler
batch_size: 64
batch_size: 512
drop_last: False
shuffle: True
loader:
num_workers: 4
num_workers: 8
use_shared_memory: True
Eval: