Unverified Commit 3e3712e8 authored by Cedarch's avatar Cedarch Committed by GitHub
Browse files

update centerpoint_4frames.yaml for using all training dataset (#1113)

* update readme of mppnet

* fixbug of get_sequence_data when generate gt_database

* update centerpoint_4frames yaml for using all training datasets
parent bd96d39a
...@@ -3,6 +3,11 @@ CLASS_NAMES: ['Vehicle', 'Pedestrian', 'Cyclist'] ...@@ -3,6 +3,11 @@ CLASS_NAMES: ['Vehicle', 'Pedestrian', 'Cyclist']
DATA_CONFIG: DATA_CONFIG:
_BASE_CONFIG_: cfgs/dataset_configs/waymo_dataset_multiframe.yaml _BASE_CONFIG_: cfgs/dataset_configs/waymo_dataset_multiframe.yaml
SAMPLED_INTERVAL: {
'train': 1,
'test': 1
}
MODEL: MODEL:
NAME: CenterPoint NAME: CenterPoint
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment