HEAL icon indicating copy to clipboard operation
HEAL copied to clipboard

The no collaboration experiment based on dair_v2x dataset

Open KKHAOO opened this issue 1 year ago • 2 comments
trafficstars

I train with this yaml https://github.com/yifanlu0227/HEAL/blob/main/opencood/hypes_yaml/dairv2x/Single/DAIR_single_m1.yaml and infer with --fusion_method no However, my results are significantly different from yours. I would like to ask if what I am doing is correct. How can I obtain the same results as yours? this is my result: image and this is yours: 1721012430827

KKHAOO avatar Jul 15 '24 03:07 KKHAOO

Hi! I also run the no-collaboration experiment again, and the result turns out to be similar as yours.

And In my checkpoints (where I also upload the metric and visualization results), I just found I set a smaller detection range --range 102.4,51.2 for DAIR-V2X's LiDAR baseline experiments. But the AP performance would not change too much, exactly higher than the result in the table.

I don't have my previous log for this experiment. Your current result should be correct.

yifanlu0227 avatar Jul 16 '24 03:07 yifanlu0227

And to be honest, if you infer with --fusion_method late, you can get a even higher AP score in DAIR-V2X dataset though there are many false positives.

yifanlu0227 avatar Jul 16 '24 03:07 yifanlu0227