mphirke / video2bvh2.0

https://github.com/Dene33/video_to_bvh but with python 3 and tensorflow2.0
Other
7 stars 3 forks source link

卡在了cropped_frames为空 #1

Open xinzi2018 opened 4 years ago

xinzi2018 commented 4 years ago

import json cropped_frames = [] proc_params = [] for frame_name, frame, openpose_json in tqdm(zip(input_frames,frames,jsons), total=len(input_frames)): cropped_image, proc_param, original_image = preprocess_image_2(frames_path+frame_name, json_path+openpose_json) cropped_frames.append(cropped_image) proc_params.append(proc_param)

我是在colab上运行的,但是在运行到这里的时候进度条总是0%,这是为什么丫

xinzi2018 commented 4 years ago

是我open pose没有安装成功,没有./build/examples/openpose/openpose.bin 文件,步骤之外还有别的操作嘛?