Skip to content
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 padstride in cpp_infer and refine doc #241

Merged
merged 2 commits into from
Feb 19, 2020

Conversation

jerrywgz
Copy link
Collaborator

No description provided.

@@ -2,6 +2,8 @@

训练得到一个满足要求的模型后,如果想要将该模型接入到C++预测库或者Serving服务,需要通过`tools/export_model.py`导出该模型。

导出模型的输入为网络输入,即原始图片经过预处理后的图片,预处理方式可参考配置文件中TestReader部分。模型输出为网络经过NMS后的输出,形状为[N, 6], 其中N为预测框的个数,6为[class_id, score, x1, y1, x2, y2].
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 这里分层写吧:
  • 模型输入格式:
    • SSD模型输入格式
    • YOLOv3输入格式等
  • 模型输出格式:
  1. 完成之后回复下之前那个issue

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@qingqing01 qingqing01 merged commit 960de9d into PaddlePaddle:master Feb 19, 2020
jerrywgz added a commit to jerrywgz/PaddleDetection that referenced this pull request Dec 5, 2022
* add padstride in cpp_infer and refine doc
* refine doc for export_model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants