mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-11-02 20:54:03 +08:00
[Doc] Update PaddleSeg comments (#785)
* Update docs for wrong path * Update README.md * Update README.md * Update README.md * Update README.md * Update segmentation_result.md * Update README.md * Update README.md * Update README.md * Update PaddleSeg comments Co-authored-by: Jason <928090362@qq.com>
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
namespace fastdeploy {
|
||||
namespace vision {
|
||||
namespace segmentation {
|
||||
|
||||
/*! @brief Postprocessor object for PaddleSeg serials model.
|
||||
*/
|
||||
class FASTDEPLOY_DECL PaddleSegPostprocessor {
|
||||
public:
|
||||
/** \brief Create a postprocessor instance for PaddleSeg serials model
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
namespace fastdeploy {
|
||||
namespace vision {
|
||||
namespace segmentation {
|
||||
|
||||
/*! @brief Preprocessor object for PaddleSeg serials model.
|
||||
*/
|
||||
class FASTDEPLOY_DECL PaddleSegPreprocessor {
|
||||
public:
|
||||
/** \brief Create a preprocessor instance for PaddleSeg serials model
|
||||
|
||||
Reference in New Issue
Block a user