Skip to content

Commit

Permalink
[Fix] fix MinkUNet & SPVCNN configs (#2854)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjiahao1999 authored Jan 4, 2024
1 parent 762e3b5 commit 8deeb6e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_base_ = ['./minkunet_w32_8xb2-15e_semantickitti.py']
_base_ = ['./minkunet18_w32_torchsparse_8xb2-amp-15e_semantickitti.py']

model = dict(
backbone=dict(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_base_ = ['./minkunet_w32_8xb2-15e_semantickitti.py']
_base_ = ['./minkunet18_w32_torchsparse_8xb2-amp-15e_semantickitti.py']

model = dict(
backbone=dict(
Expand Down
2 changes: 1 addition & 1 deletion configs/spvcnn/spvcnn_w16_8xb2-amp-15e_semantickitti.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_base_ = ['./spvcnn_w32_8xb2-15e_semantickitti.py']
_base_ = ['./spvcnn_w32_8xb2-amp-15e_semantickitti.py']

model = dict(
backbone=dict(
Expand Down
2 changes: 1 addition & 1 deletion configs/spvcnn/spvcnn_w20_8xb2-amp-15e_semantickitti.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_base_ = ['./spvcnn_w32_8xb2-15e_semantickitti.py']
_base_ = ['./spvcnn_w32_8xb2-amp-15e_semantickitti.py']

model = dict(
backbone=dict(
Expand Down
6 changes: 3 additions & 3 deletions projects/DSVT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ tools/dist_train.sh projects/DSVT/configs/dsvt_voxel032_res-second_secfpn_8xb1-c

### Waymo

| Middle Encoder | Backbone | Load Interval | Voxel type (voxel size) | Multi-Class NMS | Multi-frames | mAP@L1 | mAPH@L1 | mAP@L2 | **mAPH@L2** | Download |
| :------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------: | :-----------: | :---------------------: | :-------------: | :----------: | :----: | :-----: | :----: | :---------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [DSVT](./configs/dsvt_voxel032_res-second_secfpn_8xb1-cyclic-12e_waymoD5-3d-3class.py) | [ResSECOND](./configs/dsvt_voxel032_res-second_secfpn_8xb1-cyclic-12e_waymoD5-3d-3class.py) | 5 | voxel (0.32) || × | 75.5 | 72.4 | 69.2 | 66.3 | \[log\](\<https://download.openmmlab.com/mmdetection3d/v1.1.0_models/dsvt/dsvt_voxel032_res-second_secfpn_8xb1-cyclic-12e_waymoD5-3d-3class_20230917_102130.log) |
| Middle Encoder | Backbone | Load Interval | Voxel type (voxel size) | Multi-Class NMS | Multi-frames | mAP@L1 | mAPH@L1 | mAP@L2 | **mAPH@L2** | Download |
| :------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------: | :-----------: | :---------------------: | :-------------: | :----------: | :----: | :-----: | :----: | :---------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [DSVT](./configs/dsvt_voxel032_res-second_secfpn_8xb1-cyclic-12e_waymoD5-3d-3class.py) | [ResSECOND](./configs/dsvt_voxel032_res-second_secfpn_8xb1-cyclic-12e_waymoD5-3d-3class.py) | 5 | voxel (0.32) || × | 75.5 | 72.4 | 69.2 | 66.3 | [log](https://download.openmmlab.com/mmdetection3d/v1.1.0_models/dsvt/dsvt_voxel032_res-second_secfpn_8xb1-cyclic-12e_waymoD5-3d-3class_20230917_102130.log) |

**Note**:

Expand Down

0 comments on commit 8deeb6e

Please sign in to comment.