-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add&Update PP-ShiTuV2 docs #2245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add&Update PP-ShiTuV2 docs #2245
Conversation
HydrogenSulfate
commented
Sep 1, 2022
•
edited
Loading
edited
- 更新PP-ShiTuV2相关的文档,格式化部分yaml文件
Thanks for your contribution! |
deploy/configs/inference_drink.yaml
Outdated
index_dir: "./drink_dataset_v1.0/index" | ||
data_file: "./drink_dataset_v1.0/gallery/drink_label.txt" | ||
index_dir: "./drink_dataset_v1.0/index" | ||
data_file: "./drink_dataset_v1.0/gallery/drink_label.txt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个应该改成V2的了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
@@ -53,11 +53,11 @@ IndexProcess: | |||
index_method: "HNSW32" # supported: HNSW32, IVF, Flat | |||
image_root: "./drink_dataset_v1.0/gallery/" | |||
index_dir: "./drink_dataset_v1.0/index" | |||
data_file: "./drink_dataset_v1.0/gallery/drink_label.txt" | |||
data_file: "./drink_dataset_v1.0/gallery/drink_label.txt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
- [3.1.1 Backbone](#311-backbone) | ||
- [3.1.2 Neck](#312-neck) | ||
- [3.1.3 Head](#313-head) | ||
- [3.1.4 Loss](#314-loss) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ShiTuV1的文档可以删掉了,如果用户看的话,可以去老版本看,下同
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
``` | ||
|
||
准备 PaddleClas 提供的主体检测 inference 模型: | ||
|
||
```shell | ||
mkdir -p models | ||
# 下载通用检测 inference 模型并解压 | ||
wget -P ./models/ https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/ppyolov2_r50vd_dcn_mainbody_v1.0_infer.tar | ||
wget -nc -P ./models/ https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/ppyolov2_r50vd_dcn_mainbody_v1.0_infer.tar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
检测模型改成picodet的链接
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
``` | ||
|
||
准备 PaddleClas 提供的商品特征提取 inference 模型: | ||
|
||
```shell | ||
mkdir -p models | ||
# 下载商品特征提取 inference 模型并解压 | ||
wget -P ./models/ https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/product_ResNet50_vd_aliproduct_v1.0_infer.tar | ||
wget -nc -P ./models/ https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/product_ResNet50_vd_aliproduct_v1.0_infer.tar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改成shitu v2的模型链接,下同
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改