Open AkkiSony opened 3 years ago
My first guess is your annotations are not correct.
Have you looked at your annotations using one of the usual tools to ensure they are done correctly?
Have you looked at your annotations using one of the usual tools to ensure they are done correctly?
I myself did the annotations using LabelImg tool
Just another question, which I am curious to know about. The input image into the darknet model is vertical (imagine the VIM3 or google dev board vertical), but when I get the output image, it is rotated by 270 degree and appears to be horizontally oriented. Is therer any specific reason for this?
Thank you for your time and patience to answer my questions. :)
My guess is the image has some embedded meta information about the orientation, and OpenCV which is used to load images either does or does not follow that meta information. My guess is if you used something like DarkMark to look at your annotations, you'd find that (some of) the annotations are not correct, which is causing the problems you're seeing.
@stephanecharette Thanks. I'll look into the annotated images once. :)
I trained a custom model with 5 classes. During my inference, I get detections where the bounding box is either shifted towards the left or right. Please have a look at the pictures.
I stopped the training at mAP = 96.4% with an avergae loss of about 0.6, yet the score value of the predictions are very small.