Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleClas
提交
d6c55b5f
P
PaddleClas
项目概览
PaddlePaddle
/
PaddleClas
大约 1 年 前同步成功
通知
115
Star
4999
Fork
1114
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
19
列表
看板
标记
里程碑
合并请求
6
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleClas
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
19
Issue
19
列表
看板
标记
里程碑
合并请求
6
合并请求
6
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
d6c55b5f
编写于
3月 14, 2022
作者:
B
Bin Lu
提交者:
GitHub
3月 14, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Delete shitu_config.json
上级
1caff3fd
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
0 addition
and
101 deletion
+0
-101
deploy/lite_shitu/shitu_config.json
deploy/lite_shitu/shitu_config.json
+0
-101
未找到文件。
deploy/lite_shitu/shitu_config.json
已删除
100644 → 0
浏览文件 @
1caff3fd
{
"Global"
:
{
"infer_imgs"
:
"images/demo.jpg"
,
"batch_size"
:
1
,
"cpu_num_threads"
:
4
,
"image_shape"
:
[
3
,
640
,
640
],
"det_model_path"
:
"ppshitu_lite_models_v1.0/mainbody_PPLCNet_x2_5_640_quant_v1.0_lite.nb"
,
"rec_model_path"
:
"ppshitu_lite_models_v1.0/general_PPLCNet_x2_5_lite_v1.0_infer.nb"
,
"rec_label_path"
:
"ppshitu_lite_models_v1.0/label.txt"
,
"label_list"
:
[
"foreground"
],
"rec_nms_thresold"
:
0.05
,
"max_det_results"
:
5
,
"det_fpn_stride"
:
[
8
,
16
,
32
,
64
],
"det_arch"
:
"PicoDet"
,
"return_k"
:
5
},
"DetPreProcess"
:
{
"transform_ops"
:
[
{
"interp"
:
2
,
"keep_ratio"
:
false
,
"target_size"
:
[
640
,
640
],
"type"
:
"DetResize"
},
{
"is_scale"
:
true
,
"mean"
:
[
0.485
,
0.456
,
0.406
],
"std"
:
[
0.229
,
0.224
,
0.225
],
"type"
:
"DetNormalizeImage"
},
{
"type"
:
"DetPermute"
}
]
},
"DetPostProcess"
:
{
"keep_top_k"
:
100
,
"name"
:
"MultiClassNMS"
,
"nms_threshold"
:
0.5
,
"nms_top_k"
:
1000
,
"score_threshold"
:
0.3
},
"RecPreProcess"
:
{
"transform_ops"
:
[
{
"size"
:
224
,
"type"
:
"ResizeImage"
},
{
"scale"
:
0.00392157
,
"mean"
:
[
0.485
,
0.456
,
0.406
],
"std"
:
[
0.229
,
0.224
,
0.225
],
"order"
:
""
,
"type"
:
"NormalizeImage"
}
]
},
"IndexProcess"
:
{
"index_method"
:
"HNSW32"
,
"index_dir"
:
"./drink_dataset_v1.0/index"
,
"image_root"
:
"./drink_dataset_v1.0/gallery"
,
"data_file"
:
"./drink_dataset_v1.0/gallery/drink_label.txt"
,
"index_operation"
:
"new"
,
"delimiter"
:
" "
,
"dist_type"
:
"IP"
,
"embedding_size"
:
512
,
"batch_size"
:
32
,
"return_k"
:
5
,
"score_thres"
:
0.4
}
}
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录