TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 icon indicating copy to clipboard operation
TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 copied to clipboard

mAP score

Open Annieliaquat opened this issue 3 years ago • 1 comments
trafficstars

I am using [SSD MobileNet V2 FPNLite 320x320] to train my model. I have chest x-ray to detect Covid-19. There 1349 Normal chest x-rays and 3883 Covid-19 chest x-rays. I have used different Augmentations to increase my Normal chest-xray from 1349 to 2215. and pneumonia images from 3883 to 4032. I have trained my model 4000 training steps, and it has training loss of 0.21 and evaluation loss of 0.23.

I am confused that I have gotten 0.837 mAP. Is it a good result? I need to compare my results with some other papers, but they have accuracy nearest 96 or 98. There result is in accuracy and mine is in mAP. How am I going to compare them??

image

Another question is that most of the Tensorflow object detection API has mAP between 0.20 to 0.50, but mine is 0.83. So is their some issue with my model or its fine? Because it is detecting and classifying most of the images accurately.

Please please any expert guide me regarding all of the issues I have asked.

Annieliaquat avatar Sep 11 '22 17:09 Annieliaquat

I developed the plugin with version 3.3.11 of the iOS SDK. Are you using a later version?

m1is avatar Feb 24 '14 18:02 m1is

Oh my bad I was thinking the Aviary version not the Cordova version. I have only tested this with Cordova version 3.2.

m1is avatar Feb 24 '14 18:02 m1is

Are you getting your image data from camera? If so, try adding setTimeout 500 before passing it on to aviary. Not ideal, but it seems to work for me.

eirikhm avatar Mar 13 '14 08:03 eirikhm