Corners format in the localization task ¶
By: jcwang on Aug. 20, 2022, 1 a.m.
hi, I have a question about the localization submission. As the guidance shows, the first corner should be the top-left corner, while the sample indicates the fist corner is [x_max, y_max] like: "corners": [ [ 92.66666412353516, 136.06668090820312, 0.5], [ 54.79999923706055, 136.06668090820312, 0.5], [ 54.79999923706055, 95.53333282470703, 0.5], [ 92.66666412353516, 95.53333282470703, 0.5] ]. It will be so helpful If it is possible to present a sample with its GT corners. Thanks