|
|
|
|
|
by simedw
339 days ago
|
|
That's true, it's also why I didn't benchmark against any other model provider. It has been tuned so heavily on this specific format that even a tiny change, like switching the order in the `box_2d` format from `(ymin, xmin, ymax, xmax)` to `(xmin, ymin, xmax, ymax)` causes performance to tank. |
|