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

[Doc] Add Python comments for external models #408

Merged
merged 106 commits into from
Oct 25, 2022

Conversation

ziqi-jin
Copy link
Contributor

PR types(PR类型)

[Doc] Add Python comments for external models

Describe

  • Add Python comments for external models
  • Add Python comments for PP-Matting
  • Modify pybind file of yolov5lite

@DefTruth DefTruth self-requested a review October 25, 2022 06:18
@@ -38,7 +39,7 @@ class FASTDEPLOY_DECL YOLOR : public FastDeployModel {
virtual std::string ModelName() const { return "YOLOR"; }
/** \brief Predict the detection result for an input image
*
* \param[in] im The input image data, comes from cv::imread(), is a 3-D array with layout HWC, BGR format
* \param[in] im The input image data, comes from cv::imread()
Copy link
Collaborator

Choose a reason for hiding this comment

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

这里漏了BGR数据格式的说明

@jiangjiajun jiangjiajun merged commit 1f39b4f into PaddlePaddle:develop Oct 25, 2022
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.

3 participants