"router/vscode:/vscode.git/clone" did not exist on "a049864270aa44226ccc33f3b5ef929222307e9c"
Commit f201ba68 authored by liyinhao's avatar liyinhao
Browse files

fix key bug

parent 106ad0d6
......@@ -34,7 +34,7 @@ class IndoorFlipData(object):
gt_bboxes_3d[:, 6] = np.pi - gt_bboxes_3d[:, 6]
results['flip_yz'] = True
results['gt_boxes'] = gt_bboxes_3d
results['gt_boxes_3d'] = gt_bboxes_3d
if aligned and np.random.random() < self.flip_ratio_xz:
# Flipping along the XZ plane
......
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