Closed lcc815 closed 1 year ago
Hi lcc815,
May I double-check with you if density_list is empty or not? https://github.com/Luoyadan/CRB-active-3Ddet/blob/7c2207c218e735e6362f958fe1db34ff9a401d59/pcdet/query_strategies/crb_sampling.py#L102
We tested our code on a single GPU only and haven't encountered such an error.
Cheers, Yadan
We have now uploaded our checkpoints (PV-RCNN and SECOND) on the KITTI dataset via https://drive.google.com/drive/folders/1PMb6tu84AIw66vCRrMBCHpnBeL5WMkuv?usp=sharing.
You can put them under the folder of 'output/active-kitti_models'. Then the test and visualize scripts can be directly run.
Thanks for your help. It turns out that the above mentioned error ourrs, because i only train a few epochs with a few data, in which case the model is not trained well and outputs nothing.
Hi, Could you please help solve an error? here is my ACTIVE_TRAIN in pv_rcnn_active_crb.yaml config:
i run
python3 ./train.py --cfg_file cfgs/active-kitti_models/pv_rcnn_active_crb.yaml --batch_size 4 --fix_random_seed --max_ckpt_save_num 200 --ckpt_save_interval 1
and got following error:I have checked that the variable
global_density_max
is an empty tensor.total log is:
Actually, I got a different error when i run with multi-gpus with the same config: