Skip to content

annos['num_points_in_gt'] are all 0 in Waymo Dataset (multi-frame) #1707

Open
@rex131

Description

@rex131

Hi, I am trying to train MPPNet. I have trained centerpoint_4frames. I found something wrong when I was laoding the dataset. Here is the detail:

if self.training and len(data_dict['gt_boxes']) == 0:
new_index = np.random.randint(self.len())
return self.getitem(new_index)

The loader gets stuck in an endless loop of iterations because of data_dict['gt_boxes']==0. It seems annos['num_points_in_gt'] are all 0 in data infos.
This problem arise when I do not use gt sampler.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions