Luoyadan / KECOR-active-3Ddet

The official PyTorch implementation of "KECOR: Kernel Coding Rate Maximization for Active 3D Object Detection" (ICCV 2023).
Apache License 2.0
8 stars 1 forks source link

still face the bug: 'rcnn_reg_gt': self.roi_head.forward_ret_dict['rcnn_reg_gt'] #4

Open RuiyuM opened 5 months ago

RuiyuM commented 5 months ago

Dear author,

Even you provide the correct code for the second_iou configs since the second model itself do not have variables like 'rcnn_reg_gt', 'rcnn_cls_labels'; and the batch_dict do not have variables like 'rcnn_cls', 'rcnn_reg', and 'rpn_preds'. it is impossible to run the code. can you provide the correct code?

Thanks