Skip to content

Commit 06b5688

Browse files
[Fix] Update links of configs and restrict the version of MMCV (open-mmlab#2337)
* update config link in readme * update version restriction * update * fix some configs error in metafile * add pvrcnn and fcaf3d in model-index.yml
1 parent e943e84 commit 06b5688

17 files changed

+56
-54
lines changed

configs/centerpoint/README.md

+17-17
Large diffs are not rendered by default.

configs/fcos3d/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ We also provide visualization functions to show the monocular 3D detection resul
5252

5353
| Backbone | Lr schd | Mem (GB) | Inf time (fps) | mAP | NDS | Download |
5454
| :-------------------------------------------------------------------------------------: | :-----: | :------: | :------------: | :--: | :--: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
55-
| \[ResNet101 w/ DCN\](./fcos3d_r101-caffe-dcn_fpn_head-gn_8xb2-1x_nus-mono3d.py) | 1x | 8.69 | | 29.8 | 37.7 | [model](https://download.openmmlab.com/mmdetection3d/v0.1.0_models/fcos3d/fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_nus-mono3d/fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_nus-mono3d_20210715_235813-4bed5239.pth) \| [log](https://download.openmmlab.com/mmdetection3d/v0.1.0_models/fcos3d/fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_nus-mono3d/fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_nus-mono3d_20210715_235813.log.json) |
55+
| [ResNet101 w/ DCN](./fcos3d_r101-caffe-dcn_fpn_head-gn_8xb2-1x_nus-mono3d.py) | 1x | 8.69 | | 29.8 | 37.7 | [model](https://download.openmmlab.com/mmdetection3d/v0.1.0_models/fcos3d/fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_nus-mono3d/fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_nus-mono3d_20210715_235813-4bed5239.pth) \| [log](https://download.openmmlab.com/mmdetection3d/v0.1.0_models/fcos3d/fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_nus-mono3d/fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_nus-mono3d_20210715_235813.log.json) |
5656
| [above w/ finetune](./fcos3d_r101-caffe-dcn_fpn_head-gn_8xb2-1x_nus-mono3d_finetune.py) | 1x | 8.69 | | 32.1 | 39.5 | [model](https://download.openmmlab.com/mmdetection3d/v0.1.0_models/fcos3d/fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_nus-mono3d_finetune/fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_nus-mono3d_finetune_20210717_095645-8d806dc2.pth) \| [log](https://download.openmmlab.com/mmdetection3d/v0.1.0_models/fcos3d/fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_nus-mono3d_finetune/fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_nus-mono3d_finetune_20210717_095645.log.json) |
5757
| above w/ tta | 1x | 8.69 | | 33.1 | 40.3 | |
5858

configs/pointpillars/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ We implement PointPillars and provide the results and checkpoints on KITTI, nuSc
3030
| Backbone | Lr schd | Mem (GB) | Inf time (fps) | mAP | NDS | Download |
3131
| :---------------------------------------------------------------------: | :-----: | :------: | :------------: | :---: | :---: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
3232
| [SECFPN](./pointpillars_hv_secfpn_sbn-all_8xb4-2x_nus-3d.py) | 2x | 16.4 | | 34.33 | 49.1 | [model](https://download.openmmlab.com/mmdetection3d/v1.0.0_models/pointpillars/hv_pointpillars_secfpn_sbn-all_4x8_2x_nus-3d/hv_pointpillars_secfpn_sbn-all_4x8_2x_nus-3d_20210826_225857-f19d00a3.pth) \| [log](https://download.openmmlab.com/mmdetection3d/v1.0.0_models/pointpillars/hv_pointpillars_secfpn_sbn-all_4x8_2x_nus-3d/hv_pointpillars_secfpn_sbn-all_4x8_2x_nus-3d_20210826_225857.log.json) |
33-
| [SECFPN (FP16)](./hv_pointpillars_secfpn_sbn-all_fp16_2x8_2x_nus-3d.py) | 2x | 8.37 | | 35.19 | 50.27 | [model](https://download.openmmlab.com/mmdetection3d/v0.1.0_models/fp16/hv_pointpillars_secfpn_sbn-all_fp16_2x8_2x_nus-3d/hv_pointpillars_secfpn_sbn-all_fp16_2x8_2x_nus-3d_20201020_222626-c3f0483e.pth) \| [log](https://download.openmmlab.com/mmdetection3d/v0.1.0_models/fp16/hv_pointpillars_secfpn_sbn-all_fp16_2x8_2x_nus-3d/hv_pointpillars_secfpn_sbn-all_fp16_2x8_2x_nus-3d_20201020_222626.log.json) |
33+
| [SECFPN (FP16)](./pointpillars_hv_secfpn_sbn-all_8xb2-amp-2x_nus-3d.py) | 2x | 8.37 | | 35.19 | 50.27 | [model](https://download.openmmlab.com/mmdetection3d/v0.1.0_models/fp16/hv_pointpillars_secfpn_sbn-all_fp16_2x8_2x_nus-3d/hv_pointpillars_secfpn_sbn-all_fp16_2x8_2x_nus-3d_20201020_222626-c3f0483e.pth) \| [log](https://download.openmmlab.com/mmdetection3d/v0.1.0_models/fp16/hv_pointpillars_secfpn_sbn-all_fp16_2x8_2x_nus-3d/hv_pointpillars_secfpn_sbn-all_fp16_2x8_2x_nus-3d_20201020_222626.log.json) |
3434
| [FPN](./pointpillars_hv_fpn_sbn-all_8xb4-2x_nus-3d.py) | 2x | 16.3 | | 39.7 | 53.2 | [model](https://download.openmmlab.com/mmdetection3d/v1.0.0_models/pointpillars/hv_pointpillars_fpn_sbn-all_4x8_2x_nus-3d/hv_pointpillars_fpn_sbn-all_4x8_2x_nus-3d_20210826_104936-fca299c1.pth) \| [log](https://download.openmmlab.com/mmdetection3d/v1.0.0_models/pointpillars/hv_pointpillars_fpn_sbn-all_4x8_2x_nus-3d/hv_pointpillars_fpn_sbn-all_4x8_2x_nus-3d_20210826_104936.log.json) |
35-
| [FPN (FP16)](./hv_pointpillars_fpn_sbn-all_fp16_2x8_2x_nus-3d.py) | 2x | 8.40 | | 39.26 | 53.26 | [model](https://download.openmmlab.com/mmdetection3d/v0.1.0_models/fp16/hv_pointpillars_fpn_sbn-all_fp16_2x8_2x_nus-3d/hv_pointpillars_fpn_sbn-all_fp16_2x8_2x_nus-3d_20201021_120719-269f9dd6.pth) \| [log](https://download.openmmlab.com/mmdetection3d/v0.1.0_models/fp16/hv_pointpillars_fpn_sbn-all_fp16_2x8_2x_nus-3d/hv_pointpillars_fpn_sbn-all_fp16_2x8_2x_nus-3d_20201021_120719.log.json) |
35+
| [FPN (FP16)](./pointpillars_hv_fpn_sbn-all_8xb2-amp-2x_nus-3d.py) | 2x | 8.40 | | 39.26 | 53.26 | [model](https://download.openmmlab.com/mmdetection3d/v0.1.0_models/fp16/hv_pointpillars_fpn_sbn-all_fp16_2x8_2x_nus-3d/hv_pointpillars_fpn_sbn-all_fp16_2x8_2x_nus-3d_20201021_120719-269f9dd6.pth) \| [log](https://download.openmmlab.com/mmdetection3d/v0.1.0_models/fp16/hv_pointpillars_fpn_sbn-all_fp16_2x8_2x_nus-3d/hv_pointpillars_fpn_sbn-all_fp16_2x8_2x_nus-3d_20201021_120719.log.json) |
3636

3737
### Lyft
3838

configs/pointpillars/metafile.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ Models:
147147
Public Score: 15.0
148148
Weights: https://download.openmmlab.com/mmdetection3d/v1.0.0_models/pointpillars/hv_pointpillars_fpn_sbn-all_2x8_2x_lyft-3d/hv_pointpillars_fpn_sbn-all_2x8_2x_lyft-3d_20210822_095429-0b3d6196.pth
149149

150-
- Name: hv_pointpillars_secfpn_sbn_2x16_2x_waymoD5-3d-car
150+
- Name: pointpillars_hv_secfpn_sbn_2x16_2x_waymoD5-3d-car
151151
In Collection: PointPillars
152-
Config: configs/pointpillars/hv_pointpillars_secfpn_sbn_2x16_2x_waymoD5-3d-car.py
152+
Config: configs/pointpillars/pointpillars_hv_secfpn_sbn_2x16_2x_waymoD5-3d-car.py
153153
Metadata:
154154
Training Data: Waymo
155155
Training Memory (GB): 7.76
@@ -164,7 +164,7 @@ Models:
164164
mAPH@L2: 62.1
165165
Weights: https://download.openmmlab.com/mmdetection3d/v0.1.0_models/pointpillars/hv_pointpillars_secfpn_sbn_2x16_2x_waymoD5-3d-car/hv_pointpillars_secfpn_sbn_2x16_2x_waymoD5-3d-car_20200901_204315-302fc3e7.pth
166166

167-
- Name: hv_pointpillars_secfpn_sbn_2x16_2x_waymoD5-3d-3class
167+
- Name: pointpillars_hv_secfpn_sbn_2x16_2x_waymoD5-3d-3class
168168
Alias: pointpillars_waymod5-3class
169169
In Collection: PointPillars
170170
Config: configs/pointpillars/pointpillars_hv_secfpn_sbn-all_16xb2-2x_waymoD5-3d-3class.py
@@ -182,7 +182,7 @@ Models:
182182
mAPH@L2: 52.1
183183
Weights: https://download.openmmlab.com/mmdetection3d/v0.1.0_models/pointpillars/hv_pointpillars_secfpn_sbn_2x16_2x_waymoD5-3d-3class/hv_pointpillars_secfpn_sbn_2x16_2x_waymoD5-3d-3class_20200831_204144-d1a706b1.pth
184184

185-
- Name: hv_pointpillars_secfpn_sbn_2x16_2x_waymo-3d-car
185+
- Name: pointpillars_hv_secfpn_sbn_2x16_2x_waymo-3d-car
186186
In Collection: PointPillars
187187
Config: configs/pointpillars/pointpillars_hv_secfpn_sbn-all_16xb2-2x_waymo-3d-car.py
188188
Metadata:
@@ -198,7 +198,7 @@ Models:
198198
mAP@L2: 63.6
199199
mAPH@L2: 63.1
200200

201-
- Name: hv_pointpillars_secfpn_sbn_2x16_2x_waymo-3d-3class
201+
- Name: pointpillars_hv_secfpn_sbn_2x16_2x_waymo-3d-3class
202202
In Collection: PointPillars
203203
Config: configs/pointpillars/pointpillars_hv_secfpn_sbn-all_16xb2-2x_waymo-3d-3class.py
204204
Metadata:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
_base_ = './pointpillars_hv_fpn_sbn-all_8xb4-2x_nus-3d.py'
2+
train_dataloader = dict(batch_size=2, num_workers=2)
3+
# schedule settings
4+
optim_wrapper = dict(type='AmpOptimWrapper', loss_scale=512.)

configs/pointpillars/pointpillars_hv_fpn_sbn-all_8xb4-amp-2x_nus-3d.py

-4
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
_base_ = './pointpillars_hv_secfpn_sbn-all_8xb4-2x_nus-3d.py'
2+
train_dataloader = dict(batch_size=2, num_workers=2)
3+
# schedule settings
4+
optim_wrapper = dict(type='AmpOptimWrapper', loss_scale=512.)

configs/pointpillars/pointpillars_hv_secfpn_sbn-all_8xb4-amp-2x_nus-3d.py

-4
This file was deleted.

configs/pv_rcnn/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<!-- [ALGORITHM] -->
66

7-
## Introduction
7+
## Abstract
88

99
3D object detection has been receiving increasing attention from both industry and academia thanks to its wide applications in various fields such as autonomous driving and robotics. LiDAR sensors are widely adopted in autonomous driving vehicles and robots for capturing 3D scene information as sparse and irregular point clouds, which provide vital cues for 3D scene perception and understanding. In this paper, we propose to achieve high performance 3D object detection by designing novel point-voxel integrated networks to learn better 3D features from irregular point clouds.
1010

configs/regnet/metafile.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Models:
2-
- Name: hv_pointpillars_regnet-400mf_secfpn_sbn-all_4x8_2x_nus-3d
2+
- Name: pointpillars_hv_regnet-400mf_secfpn_sbn-all_4x8_2x_nus-3d
33
In Collection: PointPillars
4-
Config: configs/regnet/hv_pointpillars_regnet-400mf_secfpn_sbn-all_8xb4-2x_nus-3d.py
4+
Config: configs/regnet/pointpillars_hv_regnet-400mf_secfpn_sbn-all_8xb4-2x_nus-3d.py
55
Metadata:
66
Training Data: nuScenes
77
Training Memory (GB): 16.4
@@ -16,9 +16,9 @@ Models:
1616
NDS: 55.2
1717
Weights: https://download.openmmlab.com/mmdetection3d/v0.1.0_models/regnet/hv_pointpillars_regnet-400mf_secfpn_sbn-all_4x8_2x_nus-3d/hv_pointpillars_regnet-400mf_secfpn_sbn-all_4x8_2x_nus-3d_20200620_230334-53044f32.pth
1818

19-
- Name: hv_pointpillars_regnet-400mf_fpn_sbn-all_8xb4-2x_nus-3d
19+
- Name: pointpillars_hv_regnet-400mf_fpn_sbn-all_8xb4-2x_nus-3d
2020
In Collection: PointPillars
21-
Config: configs/regnet/hv_pointpillars_regnet-400mf_fpn_sbn-all_8xb4-2x_nus-3d.py
21+
Config: configs/regnet/pointpillars_hv_regnet-400mf_fpn_sbn-all_8xb4-2x_nus-3d.py
2222
Metadata:
2323
Training Data: nuScenes
2424
Training Memory (GB): 17.3
@@ -33,9 +33,9 @@ Models:
3333
NDS: 56.4
3434
Weights: https://download.openmmlab.com/mmdetection3d/v0.1.0_models/regnet/hv_pointpillars_regnet-400mf_fpn_sbn-all_4x8_2x_nus-3d/hv_pointpillars_regnet-400mf_fpn_sbn-all_4x8_2x_nus-3d_20200620_230239-c694dce7.pth
3535

36-
- Name: hv_pointpillars_regnet-1.6gf_fpn_sbn-all_8xb4-2x_nus-3d
36+
- Name: pointpillars_hv_regnet-1.6gf_fpn_sbn-all_8xb4-2x_nus-3d
3737
In Collection: PointPillars
38-
Config: configs/regnet/hv_pointpillars_regnet-1.6gf_fpn_sbn-all_8xb4-2x_nus-3d.py
38+
Config: configs/regnet/pointpillars_hv_regnet-1.6gf_fpn_sbn-all_8xb4-2x_nus-3d.py
3939
Metadata:
4040
Training Data: nuScenes
4141
Training Memory (GB): 24.0
@@ -50,9 +50,9 @@ Models:
5050
NDS: 59.3
5151
Weights: https://download.openmmlab.com/mmdetection3d/v0.1.0_models/regnet/hv_pointpillars_regnet-1.6gf_fpn_sbn-all_4x8_2x_nus-3d/hv_pointpillars_regnet-1.6gf_fpn_sbn-all_4x8_2x_nus-3d_20200629_050311-dcd4e090.pth
5252

53-
- Name: hv_pointpillars_regnet-400mf_secfpn_sbn-all_2x8_2x_lyft-3d
53+
- Name: pointpillars_hv_regnet-400mf_secfpn_sbn-all_2x8_2x_lyft-3d
5454
In Collection: PointPillars
55-
Config: configs/regnet/hv_pointpillars_regnet-400mf_secfpn_sbn-all_2x8_2x_lyft-3d.py
55+
Config: configs/regnet/pointpillars_hv_regnet-400mf_secfpn_sbn-all_2x8_2x_lyft-3d.py
5656
Metadata:
5757
Training Data: Lyft
5858
Training Memory (GB): 15.9
@@ -67,9 +67,9 @@ Models:
6767
Public Score: 15.1
6868
Weights: https://download.openmmlab.com/mmdetection3d/v0.1.0_models/regnet/hv_pointpillars_regnet-400mf_secfpn_sbn-all_2x8_2x_lyft-3d/hv_pointpillars_regnet-400mf_secfpn_sbn-all_2x8_2x_lyft-3d_20210524_092151-42513826.pth
6969

70-
- Name: hv_pointpillars_regnet-400mf_fpn_sbn-all_2x8_2x_lyft-3d
70+
- Name: pointpillars_hv_regnet-400mf_fpn_sbn-all_2x8_2x_lyft-3d
7171
In Collection: PointPillars
72-
Config: configs/regnet/hv_pointpillars_regnet-400mf_fpn_sbn-all_2x8_2x_lyft-3d.py
72+
Config: configs/regnet/pointpillars_hv_regnet-400mf_fpn_sbn-all_2x8_2x_lyft-3d.py
7373
Metadata:
7474
Training Data: Lyft
7575
Training Memory (GB): 13.0

configs/second/metafile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Models:
6060

6161
- Name: second_hv_secfpn_8xb6-amp-80e_kitti-3d-car
6262
In Collection: SECOND
63-
Config: configs/second/hv_second_secfpn_8xb6-amp-80e_kitti-3d-car.py
63+
Config: configs/second/second_hv_secfpn_8xb6-amp-80e_kitti-3d-car.py
6464
Metadata:
6565
Training Techniques:
6666
- AdamW
@@ -79,7 +79,7 @@ Models:
7979

8080
- Name: second_hv_secfpn_8xb6-amp-80e_kitti-3d-3class
8181
In Collection: SECOND
82-
Config: configs/second/hv_second_secfpn_8xb6-amp-80e_kitti-3d-3class.py
82+
Config: configs/second/second_hv_secfpn_8xb6-amp-80e_kitti-3d-3class.py
8383
Metadata:
8484
Training Techniques:
8585
- AdamW

configs/smoke/metafile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Collections:
1717
Version: v1.0.0
1818

1919
Models:
20-
- Name: smoke_dla34_pytorch_dlaneck_gn-all_4xb8-6x_kitti-mono3d
20+
- Name: smoke_dla34_dlaneck_gn-all_4xb8-6x_kitti-mono3d
2121
In Collection: SMOKE
22-
Config: configs/smoke/smoke_dla34_pytorch_dlaneck_gn-all_4xb8-6x_kitti-mono3d.py
22+
Config: configs/smoke/smoke_dla34_dlaneck_gn-all_4xb8-6x_kitti-mono3d.py
2323
Metadata:
2424
Training Memory (GB): 9.6
2525
Results:

docs/en/notes/faq.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ We list some potential troubles encountered by users and developers, along with
1111
| MMDetection3D version | MMEngine version | MMCV version | MMDetection version |
1212
| --------------------- | :----------------------: | :---------------------: | :----------------------: |
1313
| dev-1.x | mmengine>=0.6.0, \<1.0.0 | mmcv>=2.0.0rc4, \<2.1.0 | mmdet>=3.0.0rc0, \<3.1.0 |
14-
| v1.1.0rc3 | mmengine>=0.1.0, \<1.0.0 | mmcv>=2.0.0rc0, \<2.1.0 | mmdet>=3.0.0rc0, \<3.1.0 |
15-
| v1.1.0rc2 | mmengine>=0.1.0, \<1.0.0 | mmcv>=2.0.0rc0, \<2.1.0 | mmdet>=3.0.0rc0, \<3.1.0 |
14+
| v1.1.0rc3 | mmengine>=0.1.0, \<1.0.0 | mmcv>=2.0.0rc3, \<2.1.0 | mmdet>=3.0.0rc0, \<3.1.0 |
15+
| v1.1.0rc2 | mmengine>=0.1.0, \<1.0.0 | mmcv>=2.0.0rc3, \<2.1.0 | mmdet>=3.0.0rc0, \<3.1.0 |
1616
| v1.1.0rc1 | mmengine>=0.1.0, \<1.0.0 | mmcv>=2.0.0rc0, \<2.1.0 | mmdet>=3.0.0rc0, \<3.1.0 |
1717
| v1.1.0rc0 | mmengine>=0.1.0, \<1.0.0 | mmcv>=2.0.0rc0, \<2.1.0 | mmdet>=3.0.0rc0, \<3.1.0 |
1818

docs/zh_cn/get_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ conda install pytorch torchvision cpuonly -c pytorch
4444
```shell
4545
pip install -U openmim
4646
mim install mmengine
47-
mim install 'mmcv>=2.0.0rc0'
47+
mim install 'mmcv>=2.0.0rc4'
4848
mim install 'mmdet>=3.0.0rc0'
4949
```
5050

model-index.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ Import:
2323
- configs/smoke/metafile.yml
2424
- configs/ssn/metafile.yml
2525
- configs/votenet/metafile.yml
26+
- configs/pv_rcnn/metafile.yml
27+
- configs/fcaf3d/metafile.yml

projects/PETR/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ python tools/test.py projects/PETR/config/petr/petr_vovnet_gridmask_p4_800x320.p
3434

3535
This Result is trained by petr_vovnet_gridmask_p4_800x320.py and use [weights](https://drive.google.com/file/d/1ABI5BoQCkCkP4B0pO5KBJ3Ni0tei0gZi/view?usp=sharing) as pretrain weight.
3636

37-
| Backbone | Lr schd | Mem (GB) | Inf time (fps) | mAP | NDS | Download |
38-
| :----------------------------------------------------------------------------------------------: | :-----: | :------: | :------------: | :--: | :--: | :----------------------: |
39-
| [petr_vovnet_gridmask_p4_800x320](projects/PETR/configs/petr/petr_vovnet_gridmask_p4_800x320.py) | 1x | 7.62 | 18.7 | 38.3 | 43.5 | [model](<>) \| [log](<>) |
37+
| Backbone | Lr schd | Mem (GB) | Inf time (fps) | mAP | NDS | Download |
38+
| :---------------------------------------------------------------------------: | :-----: | :------: | :------------: | :--: | :--: | :----------------------: |
39+
| [petr_vovnet_gridmask_p4_800x320](configs/petr_vovnet_gridmask_p4_800x320.py) | 1x | 7.62 | 18.7 | 38.3 | 43.5 | [model](<>) \| [log](<>) |
4040

4141
```
4242
mAP: 0.3830

0 commit comments

Comments
 (0)