PaddlePaddle / PaddleClas

A treasure chest for visual classification and recognition powered by PaddlePaddle
Apache License 2.0
5.46k stars 1.17k forks source link

使用paddleserver部署paddleCls,如何输出top5? #2725

Open chengshaoxi0 opened 1 year ago

chengshaoxi0 commented 1 year ago

使用paddleserver部署paddleCls,如何输出top5?

使用python predict_cls.py可以输出top5,但使用paddlerserver部署后只能输出top1,在哪里可以修改这个参数?

cuicheng01 commented 1 year ago

目前用是哪个命令部署的呢

chengshaoxi0 commented 1 year ago

目前用是哪个命令部署的呢

python classification_web_service.py

chengshaoxi0 commented 1 year ago

@cuicheng01 请问是否有参数可以调整输出类别数呢?

cuicheng01 commented 1 year ago

建议直接使用fastdeploy部署呢,可以参考这里~