Implement minimal oriented rectangle mode
We need to port the code from ocelus-yolo.
Add a new parameter mode
enum, choices = ["default", "minimum_rotated"]
, defaults to "default"
.
This trigger this new polygon computation.
Edited by Yoann Schneider