forked from PulseFocusPlatform/PulseFocusPlatform
更新ppyolobot
This commit is contained in:
parent
402d1ea1d8
commit
82ec7b95bd
10
README.md
10
README.md
|
@ -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为测试图片
|
||||
|
|
|
@ -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.
Binary file not shown.
|
@ -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.
Loading…
Reference in New Issue