Files
FastDeploy/tests/models
huangjianhui 312e1b097d [Other]Refactor PaddleSeg with preprocessor && postprocessor && support batch (#639)
* Refactor PaddleSeg with preprocessor && postprocessor

* Fix bugs

* Delete redundancy code

* Modify by comments

* Refactor according to comments

* Add batch evaluation

* Add single test script

* Add ppliteseg single test script && fix eval(raise) error

* fix bug

* Fix evaluation segmentation.py batch predict

* Fix segmentation evaluation bug

* Fix evaluation segmentation bugs

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-11-28 15:50:12 +08:00
..
2022-11-05 07:54:16 +00:00
2022-11-05 07:23:44 +00:00
2022-11-17 21:48:51 +08:00
2022-11-15 02:51:09 +00:00
2022-11-15 02:51:09 +00:00
2022-11-07 14:10:43 +00:00
2022-11-05 07:54:16 +00:00
2022-11-15 02:51:09 +00:00
2022-11-17 21:48:51 +08:00
2022-11-15 02:51:09 +00:00
2022-11-05 07:54:16 +00:00
2022-11-05 07:54:16 +00:00
2022-11-05 07:54:16 +00:00
2022-11-15 02:51:09 +00:00
2022-11-15 02:51:09 +00:00
2022-11-05 07:23:44 +00:00
2022-11-05 07:54:16 +00:00

添加模型单测

所有模型统一使用runtime_config.py中的RuntimeOption进行配置

import runtime_config as rc


model = fd.vision.XXX(..., runtime_option=rc.test_option)

验证For循环跑2+次与Baseline结果符合预期