pointpillars_hv_fpn_sbn-all_8xb4-2x_nus-3d.py 460 Bytes
Newer Older
liyinhao's avatar
liyinhao committed
1
_base_ = [
2
3
    '../_base_/models/pointpillars_hv_fpn_nus.py',
    '../_base_/datasets/nus-3d.py', '../_base_/schedules/schedule-2x.py',
liyinhao's avatar
liyinhao committed
4
5
    '../_base_/default_runtime.py'
]
VVsssssk's avatar
VVsssssk committed
6
7
8
9
10
11

# For nuScenes dataset, we usually evaluate the model at the end of training.
# Since the models are trained by 24 epochs by default, we set evaluation
# interval to be 24. Please change the interval accordingly if you do not
# use a default schedule.
train_cfg = dict(val_interval=24)