Commit 327c173a authored by Shaoshuai Shi's avatar Shaoshuai Shi
Browse files

update README

parent 9d28ad44
......@@ -110,7 +110,7 @@ All models are trained with 8 GTX 1080Ti GPUs and are available for download.
### Waymo Open Dataset Baselines
We provide the setting of `DATA_CONFIG.SAMPLED_INTERVAL` on the Waymo Open Dataset (WOD) to subsample partial samples for training and evaluation,
so you could also play with WOD by setting a smaller `DATA_CONFIG.SAMPLED_INTERVAL` if you only have limited GPU resources.
so you could also play with WOD by setting a smaller `DATA_CONFIG.SAMPLED_INTERVAL` even if you only have limited GPU resources.
By default, all models are trained with **20% data (~32k frames)** of all the training samples on 8 GTX 1080Ti GPUs, and the results of each cell here are mAP/mAPH calculated by the official Waymo evaluation metrics on the **whole** validation set.
......@@ -160,10 +160,10 @@ If you find this project useful in your research, please consider cite:
```
@misc{openpcdet2020,
title={OpenPCDet: An Open-source Toolbox for 3D Object Detection from Point Clouds},
author={OpenPCDet Development Team},
howpublished = {\url{https://github.com/open-mmlab/OpenPCDet}},
year={2020}
title={OpenPCDet: An Open-source Toolbox for 3D Object Detection from Point Clouds},
author={OpenPCDet Development Team},
howpublished = {\url{https://github.com/open-mmlab/OpenPCDet}},
year={2020}
}
```
......
......@@ -170,8 +170,8 @@ MODEL:
OPTIMIZATION:
BATCH_SIZE_PER_GPU: 4
NUM_EPOCHS: 80
BATCH_SIZE_PER_GPU: 3
NUM_EPOCHS: 30
OPTIMIZER: adam_onecycle
LR: 0.01
......
......@@ -203,7 +203,7 @@ MODEL:
OPTIMIZATION:
BATCH_SIZE_PER_GPU: 4
BATCH_SIZE_PER_GPU: 2
NUM_EPOCHS: 30
OPTIMIZER: adam_onecycle
......
......@@ -100,7 +100,7 @@ MODEL:
OPTIMIZATION:
BATCH_SIZE: 4
BATCH_SIZE_PER_GPU: 4
NUM_EPOCHS: 30
OPTIMIZER: adam_onecycle
......
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