Open
Description
For some reason it returns ymin
, xmin
, ymax
, xmax
. According to this poll [1] it should at least be xmin
, ymin
, xmax
, ymax
, and preferably xmin
, xmax
, ymin
, ymax
. I am not sure what maniac chose this ordering because I couldn't find the source after lazily searching for detection_boxes
in this repository, but I'd like to see this code to understand what type of person would do this.