hutao568

Results 4 issues of hutao568

Hi, thank you very much for your article. I have doubts about some of the details in the article. GKT uses the BEV(H*W*D) reference point to obtain the vision token...

https://github.com/PJLab-ADG/DetZero/blob/main/refining/detzero_refine/datasets/waymo/waymo_position_dataset.py#L161C15-L161C15 I don’t understand why GT information is used to fill the trajectory. Is this place filled with the length of the predicted trajectory that is less than 200?

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...

https://github.com/PJLab-ADG/DetZero/blob/main/tracking/detzero_track/models/tracking_modules/kalman_filter/kalman_filter.py#L99 Data will overflow