YueMafighting commited on
Commit
f5e47e3
1 Parent(s): 18dc52d
Files changed (1) hide show
  1. inference_followyourpose.py +1 -0
inference_followyourpose.py CHANGED
@@ -47,6 +47,7 @@ class merge_config_then_run():
47
  ):
48
  if video_type == "Raw Video":
49
  infer_skeleton(self.mmpose, data_path)
 
50
  default_edit_config='./FollowYourPose/configs/pose_sample.yaml'
51
  Omegadict_default_edit_config = OmegaConf.load(default_edit_config)
52
 
 
47
  ):
48
  if video_type == "Raw Video":
49
  infer_skeleton(self.mmpose, data_path)
50
+
51
  default_edit_config='./FollowYourPose/configs/pose_sample.yaml'
52
  Omegadict_default_edit_config = OmegaConf.load(default_edit_config)
53