mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-30 11:26:39 +08:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user