Unverified Commit 8f765b66 authored by Jungwan Woo's avatar Jungwan Woo Committed by GitHub
Browse files

fix: minor waymo eval class name typo (#1136)

parent b345b08c
......@@ -21,7 +21,7 @@ def limit_period(val, offset=0.5, period=np.pi):
class OpenPCDetWaymoDetectionMetricsEstimator(tf.test.TestCase):
WAYMO_CLASSES = ['unknown', 'Vehicle', 'Pedestrian', 'Truck', 'Cyclist']
WAYMO_CLASSES = ['unknown', 'Vehicle', 'Pedestrian', 'Sign', 'Cyclist']
def generate_waymo_type_results(self, infos, class_names, is_gt=False, fake_gt_infos=True):
def boxes3d_kitti_fakelidar_to_lidar(boxes3d_lidar):
......
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