"...python/git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "ab1a4fa5cbb0cf5d2ea9a2f3b36f16fd129cf945"
Unverified Commit 8deeb6e2 authored by Sun Jiahao's avatar Sun Jiahao Committed by GitHub
Browse files

[Fix] fix MinkUNet & SPVCNN configs (#2854)

parent 762e3b53
_base_ = ['./minkunet_w32_8xb2-15e_semantickitti.py'] _base_ = ['./minkunet18_w32_torchsparse_8xb2-amp-15e_semantickitti.py']
model = dict( model = dict(
backbone=dict( backbone=dict(
......
_base_ = ['./minkunet_w32_8xb2-15e_semantickitti.py'] _base_ = ['./minkunet18_w32_torchsparse_8xb2-amp-15e_semantickitti.py']
model = dict( model = dict(
backbone=dict( backbone=dict(
......
_base_ = ['./spvcnn_w32_8xb2-15e_semantickitti.py'] _base_ = ['./spvcnn_w32_8xb2-amp-15e_semantickitti.py']
model = dict( model = dict(
backbone=dict( backbone=dict(
......
_base_ = ['./spvcnn_w32_8xb2-15e_semantickitti.py'] _base_ = ['./spvcnn_w32_8xb2-amp-15e_semantickitti.py']
model = dict( model = dict(
backbone=dict( backbone=dict(
......
...@@ -68,8 +68,8 @@ tools/dist_train.sh projects/DSVT/configs/dsvt_voxel032_res-second_secfpn_8xb1-c ...@@ -68,8 +68,8 @@ tools/dist_train.sh projects/DSVT/configs/dsvt_voxel032_res-second_secfpn_8xb1-c
### Waymo ### Waymo
| Middle Encoder | Backbone | Load Interval | Voxel type (voxel size) | Multi-Class NMS | Multi-frames | mAP@L1 | mAPH@L1 | mAP@L2 | **mAPH@L2** | Download | | 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) | | [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**: **Note**:
......
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