"test/srt/test_disaggregation_basic.py" did not exist on "c560410da7855ca2c0de5b0c4f5bf4d4ffe88f02"
Commit 9e91e2c1 authored by zww's avatar zww
Browse files

rm pdb

parent e29eb2a5
......@@ -240,8 +240,6 @@ class KittiDataset(torch_data.Dataset):
axis=1).astype(np.float32)
difficulty = annos['difficulty']
# this change gt_bboxes_3d to velodyne coordinates
import pdb
pdb.set_trace()
gt_bboxes_3d = box_np_ops.box_camera_to_lidar(gt_bboxes_3d, rect,
Trv2c)
# only center format is allowed. so we need to convert
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment