xmrt commited on
Commit
a815c05
1 Parent(s): 1594264

visualization

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -19,7 +19,7 @@ def poses(photo):
19
  # The MMPoseInferencer API employs a lazy inference approach,
20
  # creating a prediction generator when given input
21
  result = next(result_generator)
22
-
23
  return "000000.jpg"
24
 
25
  # # specify detection model by alias
 
19
  # The MMPoseInferencer API employs a lazy inference approach,
20
  # creating a prediction generator when given input
21
  result = next(result_generator)
22
+ print(type(result['visualization']))
23
  return "000000.jpg"
24
 
25
  # # specify detection model by alias