[Other] Improve some PPOCR API comments. (#875)

* Fix links in readme

* Fix links in readme

* Update PPOCRv2/v3 examples

* Update auto compression configs

* Add neww quantization  support for paddleclas model

* Update quantized Yolov6s model download link

* Improve PPOCR comments
This commit is contained in:
yunyaoXYY
2022-12-14 10:08:31 +08:00
committed by GitHub
parent cab0e5f9cb
commit f601d076e4
7 changed files with 30 additions and 12 deletions

View File

@@ -28,8 +28,8 @@ class FASTDEPLOY_DECL ClassifierPostprocessor {
/** \brief Process the result of runtime and fill to ClassifyResult structure
*
* \param[in] tensors The inference result from runtime
* \param[in] cls_labels The output result of classification
* \param[in] cls_scores The output result of classification
* \param[in] cls_labels The output label results of classification model
* \param[in] cls_scores The output score results of classification model
* \return true if the postprocess successed, otherwise false
*/
bool Run(const std::vector<FDTensor>& tensors,