Skip to content

Commit

Permalink
fix typo in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYueFt committed Oct 20, 2021
1 parent dfb65e6 commit 34a4767
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/configs/detr3d/detr3d_res101_gridmask.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]

input_modality = dict(
use_lidar=True,
use_lidar=False,
use_camera=True,
use_radar=False,
use_map=False,
Expand Down
2 changes: 1 addition & 1 deletion projects/configs/detr3d/detr3d_res101_gridmask_cbgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]

input_modality = dict(
use_lidar=True,
use_lidar=False,
use_camera=True,
use_radar=False,
use_map=False,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
]

input_modality = dict(
use_lidar=True,
use_lidar=False,
use_camera=True,
use_radar=False,
use_map=False,
use_external=False)
use_external=True)

model = dict(
type='Detr3D',
Expand Down

0 comments on commit 34a4767

Please sign in to comment.