[Model] update PPDet pybind and docs (#1550)

update pybind and docs
This commit is contained in:
Zheng-Bicheng
2023-03-09 16:22:31 +08:00
committed by GitHub
parent 091e039991
commit 32f0d2e350
7 changed files with 15 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ if __name__ == "__main__":
model_format=fd.ModelFormat.RKNN)
model.preprocessor.disable_normalize()
model.preprocessor.disable_permute()
model.postprocessor.apply_decode_and_nms()
model.postprocessor.apply_nms()
# 预测图片分割结果
im = cv2.imread(args.image)