Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
yolov5_paddle
Commits
90cf3286
Commit
90cf3286
authored
Dec 26, 2023
by
dcuai
Browse files
Update README.md
parent
ca37e0fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
90cf3286
# yolov5
_paddle
# yolov5
## 论文
...
...
@@ -90,7 +90,7 @@ COCO2017(在网络良好的情况下,如果没有下载数据集,程序会
```
## 训练
-
训练数据集路径在 config/dataset/coco_detection.yml中修改dataset_di
t
路径
-
训练数据集路径在 config/dataset/coco_detection.yml中修改dataset_di
r
路径
-
{config}参数使用时应改为配置文件地址: configs/yolov5/yolov5_s_300e_coco.yml [该参数可替换为其他的参数文件地址]
### 单机单卡
...
...
@@ -107,7 +107,7 @@ python -m paddle.distributed.launch tools/train.py -c {config} --amp --eval
export HIP_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
export HSA_FORCE_FINE_GRAIN_PCIE=1
export USE_MIOPEN_BATCHNORM=1
python -m paddle.distributed.launch tools/train.py -c {} --amp --eval
python -m paddle.distributed.launch tools/train.py -c {
config
} --amp --eval
```
## 推理
...
...
@@ -139,6 +139,6 @@ HIP_VISIBLE_DEVICES=0 python tools/infer.py -c configs/yolov5/yolov5_s_300e_coco
https://developer.hpccube.com/codes/modelzoo/yolov5_paddle
## 参考
## 参考
资料
[
GitHub - Paddle_yolo
](
https://github.com/PaddlePaddle/PaddleYOLO
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment