UPIDet
UPIDet copied to clipboard
input_dict['segmentation'] = annos["inmodal_seg"] KeyError: 'inmodal_seg'
epochs: 0%| | 0/80 [00:00<?, ?it/s]
Traceback (most recent call last):
File "train.py", line 202, in
I print(annos),but i find annos isn't include 'inmodal_seg':
'name': array(['Car', 'DontCare', 'DontCare'], dtype='<U8'), 'truncated': array([ 0., -1., -1.]), 'occluded': array([ 0., -1., -1.]), 'alpha': array([ 1.92, -10. , -10. ]), 'bbox': array([[254.08, 184.29, 360.28, 232.81], [583.3 , 181.83, 593.3 , 191.83], [500.5 , 177.94, 520.2 , 190.52]], dtype=float32), 'dimensions': array([[ 4.33, 1.48, 1.97], [-1. , -1. , -1. ], [-1. , -1. , -1. ]]), 'location': array([[ -10.3 , 1.89, 24.82], [-1000. , -1000. , -1000. ], [-1000. , -1000. , -1000. ]], dtype=float32), 'rotation_y': array([ 1.53, -10. , -10. ]), 'score': array([-1., -1., -1.]), 'difficulty': array([ 0, -1, -1], dtype=int32), 'index': array([ 0, -1, -1], dtype=int32), 'gt_boxes_lidar': array([[25.10887909, 10.32051182, -0.85387194, 4.33 , 1.97 , 1.48 , -3.10079633]]), 'num_points_in_gt': array([163, -1, -1], dtype=int32)}