OpenPCDet
OpenPCDet copied to clipboard
OpenPCDet Toolbox for LiDAR-based 3D Object Detection.
These commits just represent some refactoring I did in order to easily introduce the loading of laser origins. I will link the follow-up PR here after creation, which explains why...
This PR is addressing #1278. I use this myself and be happy to address any problems or issues. If this kind of change is not wanted, please let me know...
When I train pointpillar_pyramid_aug, the error occurs. ```python AttributeError: module 'numpy' has no attribute 'bool'. `np.bool` was a deprecated alias for the builtin `bool`. To avoid this error in existing...
length of proc_1.run(np_p, frame) is 10 :   how should I modify, thanks~
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...
When running the command ```sh scripts/dist_train.sh 4 --cfg_file ...``` I get the following error. ``` further instructions warnings.warn( [2024-04-22 13:22:53,028] torch.distributed.run: [WARNING] [2024-04-22 13:22:53,028] torch.distributed.run: [WARNING] ***************************************** [2024-04-22 13:22:53,028] torch.distributed.run:...
python src/extractor_trainer.py --pretrained_bert /data/wangx/models/chinese_roberta_wwm_ext_large --bert_vocab /data/wangx/models/chinese_roberta_wwm_ext_large/vocab.txt --do_train_trigger --data_meta_dir ./data/DuEE --extractor_origin_trigger_dir ./save/DuEE/bert_large/trigger --extractor_origin_role_dir ./save/DuEE/bert_large/role --extractor_epoc 20 --extractor_batch_size 12 --extractor_train_file ./data/DuEE/train.json --extractor_val_file ./data/DuEE/dev.json Model name '/data/wangx/models/chinese_roberta_wwm_ext_large/vocab.txt' was not found in model name...
I use vscode to debug OpenPCDet, and found second.yaml file include relative path, so vscode can't find the configure file if the work diretory is set and ``` OpenPCDet ├──...
Thank you for your excellent work. I'm trying to use OpenPCDet's customized dataset feature, but I'm finding that my models are performing particularly poorly for BEV and 3D tasks, does...
I run on Tesla P100. Environment - torch 1.8.1+cu111 - python 3.8 - cuda 11.1 When running **train.py**, I encountered an error. It appears that training has completed successfully, but...