jbwang1997 / OBBDetection

OBBDetection is an oriented object detection library, which is based on MMdetection.
Apache License 2.0
520 stars 111 forks source link

Program stop during the DOTA dataset test #129

Open LowPassFilter-phil opened 2 years ago

LowPassFilter-phil commented 2 years ago

你好,我想请问一下我在测试DOTA数据集时,进行到"Multiple processing"这一步进度条不动卡住了,怎么能解决?谢谢 程序出现的情况如下: Backend TkAgg is interactive backend. Turning interactive mode on. Use load_from_local loader [>>>>>>>>>>>>>>>>>>>>>>>>] 10833/10833, 15.2 task/s, elapsed: 714s, ETA: 0s writing results to /home/lenovo/lpf/OBBDetection/work/fcos_obb_r50_caffe_fpn_gn-head_4x4_1x_dota10/eval_out/fcos_obb_r50_caffe_fpn_gn-head_4x4_1x_dota10.pkl

Merging patch bboxes into full image!!! Multiple processing [ ] 0/937, elapsed: 0s, ETA:

LowPassFilter-phil commented 2 years ago

你好,这个问题我已经在"test问题"中已经找到答案了。谢谢。 可是我测试出来的为什么全是0,我是按照您给你步骤做的,训练代码的得出模型的,然后进行测试,出现的问题如下: Start calculate mAP!!! Result is Only for reference, final result is subject to DOTA_devkit

+--------------------+-----+--------+--------+--------+ | class | gts | dets | recall | ap | +--------------------+-----+--------+--------+--------+ | large-vehicle | 0 | 100836 | 0.0000 | 0.0000 | | swimming-pool | 0 | 11648 | 0.0000 | 0.0000 | | helicopter | 0 | 8037 | 0.0000 | 0.0000 | | bridge | 0 | 43041 | 0.0000 | 0.0000 | | plane | 0 | 21394 | 0.0000 | 0.0000 | | ship | 0 | 69761 | 0.0000 | 0.0000 | | soccer-ball-field | 0 | 8383 | 0.0000 | 0.0000 | | basketball-court | 0 | 5721 | 0.0000 | 0.0000 | | ground-track-field | 0 | 9289 | 0.0000 | 0.0000 | | small-vehicle | 0 | 100046 | 0.0000 | 0.0000 | | baseball-diamond | 0 | 8011 | 0.0000 | 0.0000 | | tennis-court | 0 | 11894 | 0.0000 | 0.0000 | | roundabout | 0 | 8534 | 0.0000 | 0.0000 | | storage-tank | 0 | 31239 | 0.0000 | 0.0000 | | harbor | 0 | 40260 | 0.0000 | 0.0000 | +--------------------+-----+--------+--------+--------+ | mAP | | | | 0.0000 | +--------------------+-----+--------+--------+--------+