Tian Qi
Results
1
comments of
Tian Qi
Same problem. Try the following changes. old ``` if os.path.exists(group_smpl_path): result_dict_list = np.load(group_smpl_path, allow_pickle=True) result_dict_first = np.load(driving_paths[0], allow_pickle=True).item() i = 0 for smpl_outs, cam_t, foc_len, file_path in tqdm( zip(result_dict_list["smpl"], result_dict_list["camera"],...