Fix python examples_09 (#1794)

This commit is contained in:
Pinocchioo
2020-12-16 21:23:39 -05:00
committed by GitHub
parent 38de653c06
commit d2d02895a5
@@ -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()