nie-lang / DeepRectangling

CVPR2022 (Oral) - Deep Rectangling for Image Stitching: A Learning Baseline
233 stars 38 forks source link

Test时提示访问列表中不存在的要素 #25

Closed zhangkx-777 closed 3 months ago

zhangkx-777 commented 4 months ago

您好,运行test时提示下面报错,数据有的,请问这是什么问题呢?感谢 Traceback (most recent call last): File "E:\Project\DeepRectangling-main\DeepRectangling-main\Codes_for_Arbitrary_Resolution\inference.py", line 91, in inference_func(snapshot_dir) File "E:\Project\DeepRectangling-main\DeepRectangling-main\Codes_for_Arbitrary_Resolution\inference.py", line 75, in inference_func input_clip = np.expand_dims(input_loader.get_data_clips(i), axis=0) File "E:\Project\DeepRectangling-main\DeepRectangling-main\Codes_for_Arbitrary_Resolution\utils.py", line 35, in get_data_clips batch.append(np_load_frame(data_info_list[0]['frame'][index])) IndexError: list index out of range