xmrt commited on
Commit
ad26b3a
1 Parent(s): 7636d13

video name

Browse files
Files changed (1) hide show
  1. main.py +3 -1
main.py CHANGED
@@ -78,7 +78,7 @@ def show_tracking(video_content, vis_out_dir, model):
78
 
79
 
80
  def poses(inferencer, video, vis_out_dir, kpt_thr):
81
-
82
  result_generator = inferencer(video,
83
  vis_out_dir = vis_out_dir,
84
  return_vis=True,
@@ -95,6 +95,8 @@ def poses(inferencer, video, vis_out_dir, kpt_thr):
95
  return out_file
96
 
97
  def infer(video, check, kpt_thr):
 
 
98
  # Selecting the specific inferencer
99
  out_files=[]
100
 
 
78
 
79
 
80
  def poses(inferencer, video, vis_out_dir, kpt_thr):
81
+ print("[INFO] VIDEO INPUT: ", video)
82
  result_generator = inferencer(video,
83
  vis_out_dir = vis_out_dir,
84
  return_vis=True,
 
95
  return out_file
96
 
97
  def infer(video, check, kpt_thr):
98
+ print("[INFO] VIDEO INPUT: ", video)
99
+
100
  # Selecting the specific inferencer
101
  out_files=[]
102