-
Notifications
You must be signed in to change notification settings - Fork 45
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
About BEVFusion Data #130
Comments
Hi, you can edit the metadata file and append the new infos with the generated images replacing the original ones. |
We have infos (which contain ground truth boxes, image paths, etc.) and database pickle files (which contain pointclouds). All I need to do is append my generated set's information to the infos files and not modify the database pickle files. Is this correct? But we are removing some of the objects, should we remove their point cloud data also? I am confused a bit. Thank you for your help. |
We did not modify the database pickle files. I think it should be safe at least for camera-only training. I am not sure about more details for this part. |
Thank you I figured out the data part by appending new information to train pickle file.
Thank you in advance. |
This issue is stale because it has been open for 7 days with no activity. If you do not have any follow-ups, the issue will be closed soon. |
Thank you for sharing the checkpoint for BevFusion. I want to reproduce CAM-ONLY results from Table 6. I generated data using the 272x736 checkpoint. I dropped 50% of the boxes both from the scene and the ground truth bboxes while generating.
I was wondering how did you fuse the new data to BevFusion? There is a data preparation step as the following: https://github.com/open-mmlab/mmdetection3d/blob/1.0/docs/en/datasets/nuscenes_det.md
How did you provide these for the generated data since we dropped some of the boxes? Can you give details about the dataloading process?
Thank you
The text was updated successfully, but these errors were encountered: