-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels