printing
Browse files
main.py
CHANGED
@@ -104,6 +104,7 @@ def infer(video, check):
|
|
104 |
else:
|
105 |
out_file = poses(inferencer, video, vis_out_dir)
|
106 |
|
|
|
107 |
out_files.extend(out_file)
|
108 |
print(out_files)
|
109 |
|
|
|
104 |
else:
|
105 |
out_file = poses(inferencer, video, vis_out_dir)
|
106 |
|
107 |
+
print(out_file)
|
108 |
out_files.extend(out_file)
|
109 |
print(out_files)
|
110 |
|