CenterPoint icon indicating copy to clipboard operation
CenterPoint copied to clipboard

How to get the results of different heading angles?

Open tdzdog opened this issue 2 years ago • 1 comments

In the paper, Table 7 provides a result breakdown w.r.t heading angles. However, the waymo open dataset tool does not provide such a breakdown. Hence, how to get such results?

tdzdog avatar Aug 10 '22 14:08 tdzdog

I can't find the code I used back then. But you basically need to add a breakdown in the metric computation. This is actually easy. You can check out this file https://github.com/waymo-research/waymo-open-dataset/blob/master/waymo_open_dataset/metrics/breakdown_generator.cc

Basically, you need to retrieve each object's angle and write a few if else to classify them into different bins.

tianweiy avatar Aug 10 '22 15:08 tianweiy