Meaning of -1.000 in AP and AR #219
Unanswered
AnhMinhTran
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@AnhMinhTran I don't think I've ever seen -1 and I've run a lot of models using this code and elsewhere through the coco evaluator, there must be something wrong with the predictions... it's generally 0. if it's not learning. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As I understand, the AP amd AR calculation are as of follow:
Precision = truepositive/ (truepositive + falsepositive)
Recall = truepositive/ (truepositive + falsenegative)
Which is what I found in evaluation dir
So if my AR and AP is consistently equal -1.000, the model doesn't learn and uodate any weights throughout the epochs?
Beta Was this translation helpful? Give feedback.
All reactions