PJLab-ADG / DetZero

[ICCV 2023] DetZero: Rethinking Offboard 3D Object Detection with Long-term Sequential Point Clouds
https://superkoma.github.io/detzero-page/
Apache License 2.0
334 stars 32 forks source link

bug #36

Open hutao568 opened 1 year ago

hutao568 commented 1 year ago

https://github.com/PJLab-ADG/DetZero/blob/main/refining/detzero_refine/datasets/waymo/waymo_geometry_dataset.py#L74

This line of code may cause a bug. If a trajectory smaller than self.query_num(3) appears at a certain position in the dataset, then self.query_num will be permanently set to the length of the short trajectory; for example, a The track length of the data is 1, then the maximum length of all subsequent data is limited to 1