Commit 900a627c authored by liyinhao's avatar liyinhao
Browse files

Add test speed command for mmdet3d and openlidar

parent a05dff6f
......@@ -326,7 +326,7 @@ and compare average AP over all classes on moderate condition for performance on
Then benchmark the test speed by running
```bash
python tools/benchmark.py configs/benchmark/hv_pointpillars_secfpn_4x8_80e_pcdet_kitti-3d-3class.py ${CKPT}
```
* __OpenPCDet__: At commit [b32fbddb](https://github.com/open-mmlab/OpenPCDet/tree/b32fbddbe06183507bad433ed99b407cbc2175c2), run
......@@ -339,7 +339,8 @@ and compare average AP over all classes on moderate condition for performance on
Then benchmark the test speed by running
```bash
cd tools
python test.py --cfg_file cfgs/kitti_models/pointpillar.yaml --ckpt ${CKPT} --batch_size 1 --workers 4
```
### SECOND
......@@ -353,7 +354,7 @@ and compare average AP over all classes on moderate condition for performance on
Then benchmark the test speed by running
```bash
python tools/benchmark.py configs/benchmark/hv_second_secfpn_4x8_80e_pcdet_kitti-3d-3class.py ${CKPT}
```
* __OpenPCDet__: At commit [b32fbddb](https://github.com/open-mmlab/OpenPCDet/tree/b32fbddbe06183507bad433ed99b407cbc2175c2), run
......@@ -366,7 +367,8 @@ and compare average AP over all classes on moderate condition for performance on
Then benchmark the test speed by running
```bash
cd tools
python test.py --cfg_file cfgs/kitti_models/second.yaml --ckpt ${CKPT} --batch_size 1 --workers 4
```
### Part-A2
......@@ -380,7 +382,7 @@ and compare average AP over all classes on moderate condition for performance on
Then benchmark the test speed by running
```bash
python tools/benchmark.py configs/benchmark/hv_PartA2_secfpn_4x8_cyclic_80e_pcdet_kitti-3d-3class.py ${CKPT}
```
* __OpenPCDet__: At commit [b32fbddb](https://github.com/open-mmlab/OpenPCDet/tree/b32fbddbe06183507bad433ed99b407cbc2175c2), train the model by running
......@@ -393,5 +395,6 @@ and compare average AP over all classes on moderate condition for performance on
Then benchmark the test speed by running
```bash
cd tools
python test.py --cfg_file cfgs/kitti_models/PartA2.yaml --ckpt ${CKPT} --batch_size 1 --workers 4
```
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