Merge pull request #2035 from TingquanGao/add_pulc_safetyhelmet
docs: update label name in demo imgpull/2048/head
commit
50f651e448
docs
images/PULC/docs
zh_CN/PULC
ppcls/configs/PULC/safety_helmet
Binary file not shown.
After Width: | Height: | Size: 671 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 MiB |
|
@ -165,7 +165,7 @@ print(next(result))
|
|||
|
||||
处理后的数据集部分数据可视化如下:
|
||||
|
||||

|
||||

|
||||
|
||||
此处提供了经过上述方法处理好的数据,可以直接下载得到。
|
||||
|
||||
|
@ -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` 之间(数据集较小,容易造成波动)。
|
||||
|
||||
**备注:**
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue