Closed VachanVY closed 8 months ago
I am stuck here as well. The source code implies that the designated format is min-max, with y before x, which is quite unusual. With addons getting deprecated, I am not certain if we will obtain any clarity on this.
@coder-amey In many keras tutorials, they use box util functions like swap_xy
, may be that's a Tensorflow-keras thing. Go according to the source code.
The bounding box input format is unclear in GIoULoss. Please include in which format the boxes should be in the docs.
As per the source code
include the above in docs