-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Question about the this baseline #38
Comments
Hello! The code in this repository builds upon last year's baseline, which deliberately omitted the temporal component of BEVFormer. |
We have a fix about the coordinates issue at LaneSegNet repo. You can check it out here. |
I try to run this code but got no key named "can_bus" in the dict ['img_metas']. Then I go to check the anno .pkl file, actually no 'can_bus' information in it. Can you help me with this issue? |
The OpenOcc dataset doesn't construct a can_bus tensor. You can canstruct one or modify the code as you like. |
Here is a doc for can bus. |
So will the current baseline(pre_bev is None by default) perform worse than the case using and aligning pre_bev ? |
Hi, thanks to your great work.
I found the baseline code of this Challenge based on bevformer you provide does not have alignment operation between prev bev and current bev. In bevformer repository it is defined in "transformer.py". But in "transformerOcc.py" I do not find it. So can I ask why?
The text was updated successfully, but these errors were encountered: