You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class and class name columns are not always aligned. For example:
id,x,y,radius,class,class name,image name
10140,2803,1117,16,2,eggs,DSC_0848.JPG
10147,1510,1519,15,1,eggs,DSC_0848.JPG <== [class=1 but class name=eggs (should be 'other'?)]
10148,3007,1597,15,2,eggs,DSC_0848.JPG
Which column should be used as ground truth for evaluation : class or class name?
The
classandclass namecolumns are not always aligned. For example:Which column should be used as ground truth for evaluation :
classorclass name?