未验证 提交 d2d02895 编写于 作者: P Pinocchioo 提交者: GitHub

Fix python examples_09 (#1794)

上级 38de653c
......@@ -55,7 +55,7 @@ try:
datum = op.Datum()
imageToProcess = cv2.imread(args[0].image_path)
datum.cvInputData = imageToProcess
opWrapper.emplaceAndPop([datum])
opWrapper.emplaceAndPop(op.VectorDatum([datum]))
poseHeatMaps = datum.poseHeatMaps.copy()
opWrapper.stop()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册