Skip to content

Commit

Permalink
update centerpoint_4frames.yaml for using all training dataset (open-…
Browse files Browse the repository at this point in the history
…mmlab#1113)

* update readme of mppnet

* fixbug of get_sequence_data when generate gt_database

* update centerpoint_4frames yaml for using all training datasets
  • Loading branch information
Cedarch authored Sep 16, 2022
1 parent bd96d39 commit 3e3712e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/cfgs/waymo_models/centerpoint_4frames.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ CLASS_NAMES: ['Vehicle', 'Pedestrian', 'Cyclist']
DATA_CONFIG:
_BASE_CONFIG_: cfgs/dataset_configs/waymo_dataset_multiframe.yaml

SAMPLED_INTERVAL: {
'train': 1,
'test': 1
}

MODEL:
NAME: CenterPoint

Expand Down

0 comments on commit 3e3712e

Please sign in to comment.