更新ppyolobot

This commit is contained in:
p73692015 2022-06-17 16:30:05 +08:00
parent 402d1ea1d8
commit 82ec7b95bd
9 changed files with 57 additions and 9 deletions

View File

@ -29,12 +29,4 @@ python main.py
[安装链接](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/pip/windows-pip.html)
2. 模型文件连接
由于软件包含已训练好的三个模型,模型参数较大,放在百度网盘自行下载,并放在根目录。
链接https://pan.baidu.com/s/1Wf4gjmccgqQYeknm9pX2jQ
提取码2gs7
3. 新模型文件自动更新在源码中pic中为测试图片
2. 模型文件全部更新在inference_model中pic为测试图片

View File

@ -0,0 +1,27 @@
mode: fluid
draw_threshold: 0.5
metric: VOC
arch: YOLO
min_subgraph_size: 3
Preprocess:
- interp: 2
keep_ratio: false
target_size:
- 640
- 640
type: Resize
- is_scale: true
mean:
- 0.485
- 0.456
- 0.406
std:
- 0.229
- 0.224
- 0.225
type: NormalizeImage
- type: Permute
label_list:
- flv
- gx
- mbw

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,29 @@
mode: fluid
draw_threshold: 0.5
metric: VOC
use_dynamic_shape: false
arch: YOLO
min_subgraph_size: 3
Preprocess:
- interp: 2
keep_ratio: false
target_size:
- 608
- 608
type: Resize
- is_scale: true
mean:
- 0.485
- 0.456
- 0.406
std:
- 0.229
- 0.224
- 0.225
type: NormalizeImage
- type: Permute
label_list:
- flv
- gx
- mbw
- object

Binary file not shown.

Binary file not shown.

Binary file not shown.