OpenPCDet icon indicating copy to clipboard operation
OpenPCDet copied to clipboard

Correct once dataset default path and paths for data generation

Open kun-woo-park opened this issue 2 years ago • 0 comments

Previous code attempted to generate for all type of data inside splits list(which has ["train", "val", "test", "raw_small", "raw_medium", "raw_large"]). It occurs error even if just one split doesn't exist in data path. Therefore, I correct it to generate only existing data splits.

kun-woo-park avatar Dec 01 '22 02:12 kun-woo-park