Update PaddleClas and PaddleSeg doc (#108)

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Add evaluation calculate time and fix some bugs

* Update classification __init__

* Move to ppseg

* Add segmentation doc

* Add PaddleClas infer.py

* Update PaddleClas infer.py

* Delete .infer.py.swp

* Add PaddleClas infer.cc

* Update README.md

* Update README.md

* Update README.md

* Update infer.py

Co-authored-by: Jason <jiangjiajun@baidu.com>
This commit is contained in:
huangjianhui
2022-08-12 20:39:06 +08:00
committed by GitHub
parent b6247238f5
commit 77d0422709
3 changed files with 67 additions and 53 deletions

View File

@@ -61,7 +61,7 @@ PaddleClas模型加载和初始化其中model_file, params_file为训练模
> **参数**
>
> > * **input_image**(np.ndarray): 输入数据注意需为HWCBGR格式
> > * **topk**(int):返回预测概率最高的topk个分类结果
> > * **topk**(int):返回预测概率最高的topk个分类结果默认为1
> **返回**
>