PointsCoder/Pyramid-RCNN

Test models on Waymo

Closed this issue · 2 comments

In paper, it says "We append another frame and use a larger voxel backbone" for test. What does it mean? How can I append the frame and which backbone should I use to reproduce the results on test leaderboard?

@tdzdog You can use CarXL as the 3D backbone in rsn.py, and set MAX_SWEEPS = 2 in configs.

Closed if no other questions.