numpy size match error duing evaluation
Closed this issue · 2 comments
LevinJ commented
After enabling the eval feature (via eval: True) in local_nusc.yaml, evaluation relevant scripts will be executed at the end of the training, and below numpy size match error would occur at the blend_image = cv2.addWeighted(gt_image, 0.5, vis_seg, 0.5, 0)
line.
gt_image is of shape (4, 225,800,3), while vis_seg is of (225, 800,3)