Accuracy issue with int8_mobilenet_ssd tester
Created by: lidanqing-intel
In the mobilenetssd INT8 unit test test_analyzer_int8_object_detection.cc
, to compare the result, the test used CompareQuantizeAndAnalysisResult
in test_helper.cc
used ComputeTopAccuracy
function while mAP should be read out through second element of the result vector.
There is accuracy drop after changing to mAP comparison. We are investigating it @wojtuss .