Skip to content

Commit

Permalink
Fix DATA_PATH in lidar_rcnn_all_cls.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
haotian-liu authored Jun 10, 2021
1 parent 5914581 commit ad0c883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/lidar_rcnn_all_cls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TRAIN:
RESUME: False
PRETRAIN: False
MODEL_PATH: ''
DATA_PATH: './dataset/waymo_mmdet_pp_3class'
DATA_PATH: './datasets/mmdet3d_pp_3class'
OPTIMIZER: sgd
LR: 0.02
WD: 0.0005
Expand Down

0 comments on commit ad0c883

Please sign in to comment.