Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleClas
提交
c9645f52
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看板
提交
c9645f52
编写于
9月 14, 2022
作者:
H
HydrogenSulfate
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix 2 typo in docs
上级
9b12161b
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
6 addition
and
6 deletion
+6
-6
docs/zh_CN/PPShiTu/PPShiTuV2_introduction.md
docs/zh_CN/PPShiTu/PPShiTuV2_introduction.md
+5
-5
docs/zh_CN/inference_deployment/python_deploy.md
docs/zh_CN/inference_deployment/python_deploy.md
+1
-1
未找到文件。
docs/zh_CN/PPShiTu/PPShiTuV2_introduction.md
浏览文件 @
c9645f52
...
...
@@ -40,7 +40,7 @@ PP-ShiTuV2 是基于 PP-ShiTuV1 改进的一个实用轻量级通用图像识别
| :--------- | :---------------------- | :------------------ |
| | | recall@1 |
| PP-ShiTuV1 | 64(30+34)MB | 66.8% |
| PP-ShiTuV2 | 49(30+19) | 73.8% |
| PP-ShiTuV2 | 49(30+19)
MB
| 73.8% |
**注:**
-
recall及mAP指标的介绍可以参考
[
常用指标
](
../algorithm_introduction/reid.md#22-常用指标
)
。
...
...
@@ -70,10 +70,10 @@ PP-ShiTuV2 是基于 PP-ShiTuV1 改进的一个实用轻量级通用图像识别
```
shell
# 如果您的机器安装的是 CUDA9 或 CUDA10,请运行以下命令安装
python3.7
-m
pip
install
paddlepaddle-gpu
-i
https://mirror.baidu.com/pypi/simple
# 如果您的机器是CPU,请运行以下命令安装
python3.7
-m
pip
install
paddlepaddle
-i
https://mirror.baidu.com/pypi/simple
# 安装 faiss 库
python3.7
-m
pip
install
faiss-cpu
==
1.7.1post2
```
...
...
@@ -82,7 +82,7 @@ PP-ShiTuV2 是基于 PP-ShiTuV1 改进的一个实用轻量级通用图像识别
```
shell
# 进入到PaddleClas根目录下
cd
PaddleClas
# 安装paddleclas
python3.7 setup.py
install
```
...
...
@@ -92,7 +92,7 @@ PP-ShiTuV2 是基于 PP-ShiTuV1 改进的一个实用轻量级通用图像识别
```
shell
# 下载并解压demo数据
wget
-nc
https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/data/drink_dataset_v2.0.tar
&&
tar
-xf
drink_dataset_v2.0.tar
# 执行识别命令
paddleclas
\
--model_name
=
PP-ShiTuV2
\
...
...
docs/zh_CN/inference_deployment/python_deploy.md
浏览文件 @
c9645f52
...
...
@@ -103,7 +103,7 @@ python3.7 python/predict_rec.py -c configs/inference_rec.yaml
上述预测命令可以得到一个 512 维的特征向量,直接输出在在命令行中。
在配置文件
`configs/inference_
det
.yaml`
中有以下字段用于配置预测参数:
在配置文件
`configs/inference_
rec
.yaml`
中有以下字段用于配置预测参数:
*
`Global.infer_imgs`
:待预测的图片文件路径;
*
`Global.use_gpu`
: 是否使用 GPU 预测,默认为
`True`
。
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录