mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-12 20:30:20 +00:00
Fixed typos in doc and Python API
This commit is contained in:
@@ -36,7 +36,7 @@ params = dict()
|
||||
params["model_folder"] = "../../../models/"
|
||||
params["face"] = True
|
||||
params["face_detector"] = 2
|
||||
params["body_disable"] = True
|
||||
params["body"] = 0
|
||||
|
||||
# Add others in path?
|
||||
for i in range(0, len(args[1])):
|
||||
|
||||
@@ -36,7 +36,7 @@ params = dict()
|
||||
params["model_folder"] = "../../../models/"
|
||||
params["hand"] = True
|
||||
params["hand_detector"] = 2
|
||||
params["body_disable"] = True
|
||||
params["body"] = 0
|
||||
|
||||
# Add others in path?
|
||||
for i in range(0, len(args[1])):
|
||||
|
||||
Reference in New Issue
Block a user