mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00
[Other]Update im.copy() to im in examples (#854)
* Update keypointdetection result docs * Update im.copy() to im in examples
This commit is contained in:
@@ -72,5 +72,5 @@ model = fd.vision.segmentation.PaddleSegModel(
|
||||
|
||||
# 预测图片检测结果
|
||||
im = cv2.imread(args.image)
|
||||
result = model.predict(im.copy())
|
||||
result = model.predict(im)
|
||||
print(result)
|
||||
|
Reference in New Issue
Block a user