Skip to content

Commit

Permalink
Fix metafile (open-mmlab#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCMax authored Jul 28, 2022
1 parent 7a31b76 commit a9ae58c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion configs/nuimages/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Models:
Dataset: nuImages
Metrics:
Mask AP: 38.2
Weights: https://download.openmmlab.com/mmdetection3d/v0.1.0_models/nuimages_semseg/mask_rcnn_r50_caffe_fpn_1x_nuim/
Weights: https://download.openmmlab.com/mmdetection3d/v1.0.0_models/nuimages_semseg/mask_rcnn_r50_caffe_fpn_1x_nuim/mask_rcnn_r50_caffe_fpn_1x_nuim_20220718_195238-b1742a60.pth

- Name: mask_rcnn_r50_caffe_fpn_coco-3x_1x_nuim
In Collection: Mask R-CNN
Expand Down
16 changes: 0 additions & 16 deletions configs/second/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,6 @@ Models:
mAP: 65.74
Weights: https://download.openmmlab.com/mmdetection3d/v1.0.0_models/second/hv_second_secfpn_6x8_80e_kitti-3d-3class/hv_second_secfpn_6x8_80e_kitti-3d-3class_20210831_022017-ae782e87.pth

- Name: hv_second_secfpn_sbn_2x16_2x_waymoD5-3d-3class
In Collection: SECOND
Config: configs/second/hv_second_secfpn_sbn_2x16_2x_waymoD5-3d-3class.py
Metadata:
Training Data: Waymo
Training Memory (GB): 8.12
Training Resources: 8x GeForce GTX 1080 Ti
Results:
- Task: 3D Object Detection
Dataset: Waymo
Metrics:
mAP@L1: 65.3
mAPH@L1: 61.7
mAP@L2: 58.9
mAPH@L2: 55.7

- Name: hv_second_secfpn_fp16_6x8_80e_kitti-3d-car
In Collection: SECOND
Config: configs/second/hv_second_secfpn_fp16_6x8_80e_kitti-3d-car.py
Expand Down
5 changes: 3 additions & 2 deletions configs/votenet/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Collections:
Version: v0.5.0

Models:
- Name: votenet_16x8_sunrgbd-3d-10class.py
- Name: votenet_16x8_sunrgbd-3d-10class
In Collection: VoteNet
Config: configs/votenet/votenet_16x8_sunrgbd-3d-10class.py
Metadata:
Expand All @@ -29,7 +29,7 @@ Models:
[email protected]: 35.77
Weights: https://download.openmmlab.com/mmdetection3d/v1.0.0_models/votenet/votenet_16x8_sunrgbd-3d-10class/votenet_16x8_sunrgbd-3d-10class_20210820_162823-bf11f014.pth

- Name: votenet_8x8_scannet-3d-18class.py
- Name: votenet_8x8_scannet-3d-18class
In Collection: VoteNet
Config: configs/votenet/votenet_8x8_scannet-3d-18class.py
Metadata:
Expand Down Expand Up @@ -57,3 +57,4 @@ Models:
Metrics:
[email protected]: 63.81
[email protected]: 44.21
Weights: https://download.openmmlab.com/mmdetection3d/v1.0.0_models/votenet/votenet_8x8_scannet-3d-18class/votenet_8x8_scannet-3d-18class_20210823_234503-cf8134fa.pth

0 comments on commit a9ae58c

Please sign in to comment.