PointsCoder / GPT-Driver

Learning to Drive with GPT
https://pointscoder.github.io/projects/gpt_driver/index.html
219 stars 10 forks source link

Why L2 error in V3 version ( which is your latest version) is higher than V2 version? #6

Open frkmac3 opened 6 months ago

PointsCoder commented 6 months ago

@frkmac3

V2 version was tested under the setting that is similar to ST-P3 (average over average, but gt occ map is different, code is mainly from here). In V3 we adopted a more standard evaluation which is tested and aligned with the paper-reported scores in UniAD and ST-P3. Therefore, please refer to the latest version V3 for results.

For more context, UniAD and ST-P3 use different evaluation metrics:

We also release the gt_occ and evaluation code. The results should be aligned with the provided code. If you'd like to compare, please use our code for evaluation.