Fixed typos in doc and Python API

This commit is contained in:
gineshidalgo99
2019-03-20 08:42:02 -04:00
parent aa16f96127
commit 09df229177
9 changed files with 38 additions and 31 deletions
@@ -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])):