Skip to content

in grasp_eval, when k+1 > len(score_list) #20

@cww97

Description

@cww97

https://github.com/graspnet/graspnetAPI/blob/master/graspnetAPI/graspnet_eval.py#L195

                    if k+1 > len(score_list):
                        grasp_accuracy[k,fric_idx] = np.sum(((score_list<=fric) & (score_list>0)).astype(int))/(k+1)

why the denominator here is (k+1) instead of the length of score_list, or should this grids removed from grasp_accuracy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions