Skip to content

Commit fd8ab28

Browse files
committed
Fix wrong api in fastdeploy model
1 parent 5d37f73 commit fd8ab28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/vision/detection/paddledetection/python/infer_ppyoloe.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ def build_option(args):
5353
runtime_option = build_option(args)
5454
model = fd.vision.detection.PPYOLOE(
5555
model_file, params_file, config_file, runtime_option=runtime_option)
56-
print(model._model.input_info_of_runtime(0))
57-
print(model._model.output_info_of_runtime(0))
5856

5957
# 预测图片检测结果
6058
if args.image is None:

0 commit comments

Comments
 (0)