Corners format in the localization task

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

Re: Corners format in the localization task  

  By: kbot on Aug. 23, 2022, 6:48 p.m.

Hi jcwang,

Could you check if your question is answered by the json format example in the github repo?

https://github.com/aneeqzia-isi/surgtoolloc2022-category-2/blob/main/README.md

Also, check out lines 142-145 in process.py along with line 103

https://github.com/aneeqzia-isi/surgtoolloc2022-category-2/blob/main/process.py#L142

Together this should provide info about how the json is being constructed by the predict and process_case methods together in process.py

Best, The organizers