-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to reproduce the results in the paper? #8
Comments
This repo does not contain the agent-object pose graph optimization for CoAlign. To use agent-object pose graph optimization, please take a look at my CoAlign repo, where all checkpoints are provided. A good choice is integrating the agent-object pose graph optimization code into HEAL, which would not be too difficult. |
Thank you, in fact I also find it seems there is no pose graph optimization in the code of CoAlign but I'm not sure. But why I can't reproduce the SOTA result of v2xvit and fcooper?
|
There will be differences in the communication range, detection range, etc between two repo's yaml configurations. Please make sure the experimental settings are the same to reproduce these results. BTW, I spconv's version may affect the results but I am not sure. |
Hi, thanks for your inspiring work. Such a framework is really useful for the community of collaborative perception.
I want to reproduce the results in the paper, so I run "python opencood/tools/train.py -y xxx.yaml". But it seems that the results are much lower than the ones in the paper. The model I have used is CoAlign, V2X-ViT and FCooper. As for the dataset, I use DAIR-V2X-C and the complemented annotations as you mentioned. I train from scratch on a 3090 GPU and install spconv2.x. I use the original configs in this repository, LiDAR-Only of DAIR-V2X and the only change is I add the "noise_setting" part in it.
I am confused about where the problem is. Thank you for any reply.
My results of CoAlign: (inference_w_noise.py)
The text was updated successfully, but these errors were encountered: