Skip to content

problem for python in “f_boundary.py” #3

@xuhan199606

Description

@xuhan199606

Hello, I found a problem with your implementation of f1score in python.

look path "davis-main/python/lib/davis/dataset/loader.py". 216lines.
"X = np.array([np.nan]+[eval_func(an,sg)*magic_number for an,sg"
eval_func input parameter sequence is label graph first then prediction graph

but look path “davis-main/python/lib/davis/measures/f_boundary.py”
13lines---16lines
foreground_mask is prediction graph,gt_mask is label graph。
This is different from the order of the passed parameter data。

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