TFFRCNN icon indicating copy to clipboard operation
TFFRCNN copied to clipboard

Low and weird mAP results on new dataset

Open hadign20 opened this issue 7 years ago • 4 comments

I have trained faster rcnn on a new dataset based on pascal_VOC format. The configurations are like pascal_VOC but there are 9 classes and the training is done with 10000 iterations. This is the results:

AP for car = 0.5931
AP for truck = 0.3333
AP for tractor = 0.3470
AP for campingcar = 0.4091
AP for van = 0.5000
AP for other = 0.1983
AP for pickup = 0.3439
AP for boat = 0.0769
AP for plane = -1.0000
Mean AP = 0.2002

As you can see the AP values are very low, and for objects of type plane , it's -1. What can cause this? Should I change anything else to improve the AP values?

hadign20 avatar Jun 04 '17 13:06 hadign20

Have you solved the problem? How?

ailias avatar Aug 20 '17 02:08 ailias

@ailias not yet. I have reduced the anchor base size from 16 to 2. It helped but not enough. I am trying to change the scale size to see if it helps. this is helpful as well.

hadign20 avatar Aug 21 '17 09:08 hadign20

I have meet the same problems?have you solved it? @ailias

QueenJuliaZxx avatar Jan 30 '18 02:01 QueenJuliaZxx

@hadi-ghnd have you solved the problem?

hxf930620 avatar May 03 '18 12:05 hxf930620