Skip to content

Can't find the average precision calculation in devkit_object #1

@Petros626

Description

@Petros626

Hey,

I've read the KITTI readme with the code to compute the average precision with 40 recalls.:

sum = 0;
for (i=1; i<=40; i++)
  sum += vals[i];
average = sum/40.0;

But in the script evaluate_object.cpp there is no such code.

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