[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>
This commit is contained in:
huangjianhui
2022-11-28 15:50:12 +08:00
committed by GitHub
parent d0307192f9
commit 312e1b097d
26 changed files with 1173 additions and 449 deletions

View File

@@ -13,4 +13,4 @@
# limitations under the License.
from __future__ import absolute_import
from .ppseg import PaddleSegModel
from .ppseg import *