mirror of
https://github.com/PaddlePaddle/PaddleClas.git
synced 2025-06-03 21:55:06 +08:00
Merge pull request #2043 from cuicheng01/update_pulc_docs_v2
Update pulc docs v2
This commit is contained in:
commit
42e510ec45
@ -78,7 +78,7 @@ train
|
||||
tree -r -i -f train | grep -E "jpg|JPG|jpeg|JPEG|png|PNG" | awk -F "/" '{print $0" "$2}' > train_list.txt
|
||||
```
|
||||
|
||||
其中,如果需要传入更多的数据类型,可以增加 `grep -E`后的内容, `$2`中的`2`为类别号文件夹的层级。
|
||||
其中,如果涉及更多的图片名称尾缀,可以增加 `grep -E`后的内容, `$2` 中的 `2` 为类别号文件夹的层级。
|
||||
|
||||
**备注:** 以上为数据集获取和生成的方法介绍,这里您可以直接下载有人/无人场景数据快速开始体验。
|
||||
|
||||
@ -113,12 +113,12 @@ export CUDA_VISIBLE_DEVICES=0,1,2,3
|
||||
python3 -m paddle.distributed.launch \
|
||||
--gpus="0,1,2,3" \
|
||||
tools/train.py \
|
||||
-c ./ppcls/configs/PULC/person_exists/PPLCNet_x1_0.yaml
|
||||
-c ./ppcls/configs/PULC/person_exists/PPLCNet_x1_0_search.yaml
|
||||
```
|
||||
|
||||
为了方便性能对比,我们也提供了大模型 SwinTransformer 和轻量模型 MobileNetV3 的配置文件,您可以使用命令训练:
|
||||
为了方便性能对比,我们也提供了大模型 SwinTransformer_tiny 和轻量模型 MobileNetV3_small_x0_35 的配置文件,您可以使用命令训练:
|
||||
|
||||
SwinTransformer:
|
||||
SwinTransformer_tiny:
|
||||
|
||||
```shell
|
||||
export CUDA_VISIBLE_DEVICES=0,1,2,3
|
||||
@ -128,7 +128,7 @@ python3 -m paddle.distributed.launch \
|
||||
-c ./ppcls/configs/PULC/person_exists/SwinTransformer_tiny_patch4_window7_224.yaml
|
||||
```
|
||||
|
||||
MobileNetV3:
|
||||
MobileNetV3_small_x0_35:
|
||||
|
||||
```shell
|
||||
export CUDA_VISIBLE_DEVICES=0,1,2,3
|
||||
|
Loading…
x
Reference in New Issue
Block a user