visualization
Browse files
main.py
CHANGED
@@ -13,7 +13,8 @@ def poses(photo):
|
|
13 |
print("[INFO]: Downloaded models!")
|
14 |
print(photo)
|
15 |
result_generator = inferencer(photo,
|
16 |
-
out_dir ="."
|
|
|
17 |
|
18 |
print("[INFO]: Visualizing results!")
|
19 |
# The MMPoseInferencer API employs a lazy inference approach,
|
|
|
13 |
print("[INFO]: Downloaded models!")
|
14 |
print(photo)
|
15 |
result_generator = inferencer(photo,
|
16 |
+
out_dir =".",
|
17 |
+
return_vis=True)
|
18 |
|
19 |
print("[INFO]: Visualizing results!")
|
20 |
# The MMPoseInferencer API employs a lazy inference approach,
|