mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-12 20:30:20 +00:00
Fix python examples_09 (#1794)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user