jbwang1997/OBBDetection

ss结果复现不出来

a1b2c3s4d4 opened this issue · 3 comments

您好,我现在用的是单卡3090,没有改动模型里的参数,复现结果是:
This is your evaluation result for task 1 (VOC metrics):
mAP: 0.7184670471952441
ap of each class: plane:0.8924992637024642, baseball-diamond:0.8166412996024346, bridge:0.5392068130234289, ground-track-field:0.7210017470814063, small-vehicle:0.6668245582289634, large-vehicle:0.821257238017224, ship:0.8659460437061555, tennis-court:0.9088855421686749, basketball-court:0.8568508433788743, storage-tank:0.8430793822881508, soccer-ball-field:0.5813415347777581, roundabout:0.4294881278300593, harbor:0.6725001390245908, swimming-pool:0.6263175944378837, helicopter:0.5351655806605965
调了下学习率结果也达不到论文里的水平,74左右,需要调一下其他的参数么?

提交的命令是:CUDA_VISIBLE_DEVICES=3 python tools/train.py "/home/20220503/OBBDetection-master-005/configs/obb/oriented_rcnn/faster_rcnn_orpn_r50_fpn_1x_dota10.py"
请问这个提交命令有问题吗?期待您的回复,谢谢

你好,请问你遇到以下的问题吗?
cannot import name 'nms_ext' from partially initialized module 'mmdet.ops.nms' (most likely due to a circular import)

你好,请问您的mAP值是提交到DOTA官网获得的吗,还是使用cal_map.py计算出来的