Skip to content

How can I find the Average Precision and Average Recall from the eval.py file?  #352

Closed
@AtriSaxena

Description

@AtriSaxena

I want to find the Average Recall and Precision values. I have tried, printing these value Code link
rec = tp / float(npos) prec = tp / np.maximum(tp + fp, np.finfo(np.float64).eps)

But it is printing long list of values which i am not able to get.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions