[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

@@ -26,8 +26,8 @@ class FASTDEPLOY_DECL RecognizerPreprocessor {
public:
/** \brief Process the input image and prepare input tensors for runtime
*
* \param[in] images The input image data list, all the elements are returned by cv::imread()
* \param[in] outputs The output tensors which will feed in runtime
* \param[in] images The input data list, all the elements are FDMat
* \param[in] outputs The output tensors which will be fed into runtime
* \return true if the preprocess successed, otherwise false
*/
bool Run(std::vector<FDMat>* images, std::vector<FDTensor>* outputs);