incremental_detectors icon indicating copy to clipboard operation
incremental_detectors copied to clipboard

Cannot get the similar result as the paper reported

Open pyun-ram opened this issue 5 years ago • 6 comments

The mAP on VOC2007 is as follows (19 classes and 19+1 classes): | Category | mAP (40k, 1000000 img) | |---------------+--------------------------| | aeroplane | 3.9 | | bicycle | 9.1 | | bird | 9.1 | | boat | 9.1 | | bottle | 16.6 | | bus | 14.1 | | car | 18.0 | | cat | 9.1 | | chair | 9.1 | | cow | 9.1 | | diningtable | 9.1 | | dog | 9.1 | | horse | 17.4 | | motorbike | 17.7 | | person | 16.4 | | pottedplant | 5.5 | | sheep | 0.0 | | sofa | 9.1 | | train | 9.1 | | tvmonitor | 0.0 | | AVERAGE 1-10 | 10.7 | | AVERAGE 11-20 | 9.3 | | AVERAGE ALL | 10.0 |

| Category | mAP (5k, 1000000 img) | |---------------+-------------------------| | aeroplane | 3.9 | | bicycle | 9.1 | | bird | 9.1 | | boat | 9.1 | | bottle | 16.6 | | bus | 14.1 | | car | 18.0 | | cat | 9.1 | | chair | 9.1 | | cow | 9.1 | | diningtable | 9.1 | | dog | 9.1 | | horse | 17.5 | | motorbike | 17.7 | | person | 16.4 | | pottedplant | 5.5 | | sheep | 0.0 | | sofa | 9.1 | | train | 9.1 | | tvmonitor | 0.4 | | AVERAGE 1-10 | 10.7 | | AVERAGE 11-20 | 9.4 | | AVERAGE ALL | 10.0 |

It seems the models are incrementally learning. However, the mAP is to much lower than the reported results of the paper.

pyun-ram avatar Jun 02 '20 07:06 pyun-ram

Hi , I have the same problem as you , did you solve this problem? @pyun-ram

YananGu avatar Aug 10 '20 02:08 YananGu

Still not yet...

pyun-ram avatar Aug 10 '20 03:08 pyun-ram

Have you solved this problem?I also met this problem.

WeiShanshan123 avatar Oct 30 '20 16:10 WeiShanshan123

have you solved this problem? @YananGu

borrowshy13 avatar Nov 02 '20 09:11 borrowshy13

@pyun-ram, @YananGu, @WeiShanshan123, @CSUPengJ2017 guys can anyone tell me how to get "voc07-trainval-proposals"? I am getting error like this:

tensorflow.python.framework.errors_impl.UnknownError: NewRandomAccessFile failed to Create/Open: F:/Niranjan/Projects/incremental_detectors-master/datasets\voc07-trainval-proposals : Access is denied. ; Input/output error [[{{node parallel_read/ReaderReadV2}}]]

niranjansuthar70 avatar Dec 09 '20 04:12 niranjansuthar70

Have you solve the problem? @pyun-ram

dongnana777 avatar Apr 17 '21 08:04 dongnana777