Spaces:
Running
Running
Commit
·
9e88ca0
1
Parent(s):
5764d8b
fix bug
Browse files- videopose_PSTMO.py +0 -1
videopose_PSTMO.py
CHANGED
@@ -201,7 +201,6 @@ def inference_video(video_path, detector_2d):
|
|
201 |
|
202 |
|
203 |
def gr_video2mc(video_path):
|
204 |
-
files = os.listdir('./input_videos')
|
205 |
FPS_mine_imator = 30
|
206 |
output_dir_dict = inference_video(video_path, 'alpha_pose')
|
207 |
Hk.hpe2keyframes(output_dir_dict['npy'], FPS_mine_imator, f"output_miframes/{output_dir_dict['video_name']}.miframes")
|
|
|
201 |
|
202 |
|
203 |
def gr_video2mc(video_path):
|
|
|
204 |
FPS_mine_imator = 30
|
205 |
output_dir_dict = inference_video(video_path, 'alpha_pose')
|
206 |
Hk.hpe2keyframes(output_dir_dict['npy'], FPS_mine_imator, f"output_miframes/{output_dir_dict['video_name']}.miframes")
|