Hello,In your file:CRLFnet/src/site_model/src/LidCamFusion/OpenPCDet/pcdet/datasets/custom/custom_dataset.py,it seems exist a problem:
you replace "pred_boxes_camera = box_utils.boxes3d_lidar_to_kitti_camera(pred_boxes,calib)"with
"pred_boxes_camera = box_utils.boxes3d_lidar_to_kitti_camera[pred_boxes]",but boxes3d_lidar_to_kitti_camera is a
function,can it work?
Hello,In your file:CRLFnet/src/site_model/src/LidCamFusion/OpenPCDet/pcdet/datasets/custom/custom_dataset.py,it seems exist a problem: you replace "pred_boxes_camera = box_utils.boxes3d_lidar_to_kitti_camera(pred_boxes,calib)"with "pred_boxes_camera = box_utils.boxes3d_lidar_to_kitti_camera[pred_boxes]",but boxes3d_lidar_to_kitti_camera is a function,can it work?