Skip to content

Commit

Permalink
[Enhance]: Add format_only option for nuScenes and Waymo evaluation (#…
Browse files Browse the repository at this point in the history
…2151)

* support submit test set on nuscenes and waymo dataset

* Fix typo
  • Loading branch information
Xiangxu-0103 authored Jan 18, 2023
1 parent ed08177 commit 8bf2f5a
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 295 deletions.
3 changes: 1 addition & 2 deletions configs/_base_/datasets/kitti-mono3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@
val_evaluator = dict(
type='KittiMetric',
ann_file=data_root + 'kitti_infos_val.pkl',
metric='bbox',
pred_box_type_3d='Camera')
metric='bbox')

test_evaluator = val_evaluator

Expand Down
Loading

0 comments on commit 8bf2f5a

Please sign in to comment.