Skip to content
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

kitti_dbinfos_train_global.npy #9

Open
GuoZhuoRan opened this issue Mar 15, 2023 · 1 comment
Open

kitti_dbinfos_train_global.npy #9

GuoZhuoRan opened this issue Mar 15, 2023 · 1 comment

Comments

@GuoZhuoRan
Copy link

Hello there, I have some problem in kitti_dataset.yaml. There seems to be no code for generating kitti_dbinfos_train_global.npy, and also I can't find it elsewhere on the website, and I need some help, many thanks.

@jihanyang
Copy link
Member

Hello, kitti_dbinfos_train_global.npy is a integrated gt_database to accelarte the gt sampling data augmentation. Actually, you can just set the USE_SHARED_MEMORY to false if you don't have or don't want to use it

USE_SHARED_MEMORY: True # set it to True to speed up (it costs about 15GB shared memory)
.

Also, you can create this by tool from existing gt database and info https://github.com/open-mmlab/OpenPCDet/blob/master/tools/process_tools/create_integrated_database.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants