Skip to content

Commit

Permalink
fix pgd config
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjiahao1999 committed Jan 22, 2024
1 parent 962f093 commit ddc7e6e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 331 deletions.
3 changes: 1 addition & 2 deletions configs/_base_/datasets/waymoD3-fov-mono3d-3class.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@
type='WaymoMetric',
waymo_bin_file='./data/waymo/waymo_format/fov_gt.bin',
metric='LET_mAP',
load_type='fov_image_based',
result_prefix='./pgd_fov_pred')
load_type='fov_image_based')
test_evaluator = val_evaluator

vis_backends = [dict(type='LocalVisBackend')]
Expand Down
1 change: 0 additions & 1 deletion configs/_base_/datasets/waymoD3-mv-mono3d-3class.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
waymo_bin_file='./data/waymo/waymo_format/cam_gt.bin',
metric='LET_mAP',
load_type='mv_image_based',
result_prefix='./pgd_mv_pred',
nms_cfg=dict(
use_rotate_nms=True,
nms_across_levels=False,
Expand Down
163 changes: 0 additions & 163 deletions configs/_base_/datasets/waymoD5-fov-mono3d-3class.py

This file was deleted.

163 changes: 0 additions & 163 deletions configs/_base_/datasets/waymoD5-mv-mono3d-3class.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'../_base_/datasets/waymoD5-fov-mono3d-3class.py',
'../_base_/datasets/waymoD3-fov-mono3d-3class.py',
'../_base_/models/pgd.py', '../_base_/schedules/mmdet-schedule-1x.py',
'../_base_/default_runtime.py'
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_base_ = [
'../_base_/datasets/waymoD5-mv-mono3d-3class.py',
'../_base_/datasets/waymoD3-mv-mono3d-3class.py',
'../_base_/models/pgd.py', '../_base_/schedules/mmdet-schedule-1x.py',
'../_base_/default_runtime.py'
]
Expand Down

0 comments on commit ddc7e6e

Please sign in to comment.