Closed offchan42 closed 6 years ago
After training for more 100 iterations, the map is now 0.000684 which is roughly 0.07%
Is it possible that this just needs more training time and I'm just being panic that it's nowhere near what I want? I'm expecting that at least the mAP value should be high enough by now.
This training is so tricky. I trained for more 200 iterations and mAP is reduced to 0.01% again. I don't know what to expect here. Please suggest me something based on your experience.
Do I need to generate those anchors
thing? I don't know what it is and I don't know whether or not it's necessary.
Also, a question, what is the number before the word rate
?
Your dataset is wrong: https://github.com/AlexeyAB/darknet/issues/847#issuecomment-390318365
Thank you!
After training my model for 900 iterations, I've got loss around 0.04. Very low indeed. But after calculating
mAP
, it's zero!Here's the tail output of the training:
Here's the
mAP
result:I want to ask, why is it possible that the mAP is still reporting zero? And also if AVG IOU is
nan
when training, is it fine?