-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to get the precision and recall from the Evaluation Script URGENT !!! #9
Comments
@Hiteshsaai 1000 points for evaluation, not 1000 images. |
@wondervictor what do you mean by points and can you tell me whether this line of code below is the right one to get the precision and recall, if not can you help me with getting them from the evaluation script?
|
@wondervictor @Hiteshsaai I want to calculate detection accuracy. Can you explain the logic for calculating precision and recall in your code ? |
@SURABHI-GUPTA you can get the recall & precision from the evaluation function of the evaluation.py script. Declare a new array for precision and recall and Append propose and recall values for every iteration into the respective array in the evaluation function at the end after line number 260, and return those two arrays. Each array will have three nested array inside it like ---> [[],[],[]] |
@wondervictor I don’t understand why I set 1000 points for calculation, and I don’t know how to calculate the reasonable rate and value rate. What is the principle of this design? |
Has anyone figured it out ? |
I want to know which part of the code is calculating the precision and recall in the evaluation script.
is this line of code gives the precision and recall, and i especially want the recall values, the below code gives values for 1000 points. does that mean it is for 1000 images ?? URGENT !!
The text was updated successfully, but these errors were encountered: