Skip to content

Commit

Permalink
Update 2_pose_from_heatmaps.py (CMU-Perceptual-Computing-Lab#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulslicer authored and gineshidalgo99 committed Jun 29, 2018
1 parent f23593d commit 173e71f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/tutorial_python/2_pose_from_heatmaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
defRes = 736
scales = [1,0.5]
class Param:
caffemodel = dir_path + "/../../../models/pose/coco/pose_iter_440000.caffemodel"
prototxt = dir_path + "/../../../models/pose/coco/pose_deploy_linevec.prototxt"
caffemodel = dir_path + "/../../../models/pose/body_25/pose_iter_584000.caffemodel"
prototxt = dir_path + "/../../../models/pose/body_25/pose_deploy.prototxt"

# Load OpenPose object and Caffe Nets
params = dict()
params["logging_level"] = 3
params["output_resolution"] = "-1x-1"
params["net_resolution"] = "-1x"+str(defRes)
params["model_pose"] = "COCO"
params["model_pose"] = "BODY_25"
params["alpha_pose"] = 0.6
params["scale_gap"] = 0.5
params["scale_number"] = len(scales)
Expand Down

0 comments on commit 173e71f

Please sign in to comment.