Alperen ÜNLÜ
Alperen ÜNLÜ
Hi @AntoineSimoulin, Thanks for reviewing the PR. These changes look great, and I’ve fixed a few small issues with them. Since we now support the `xywh` format, I think we...
Hi @AntoineSimoulin, Thanks a lot for the thoughtful feedback! Just to clarify up front — this PR targets the standard **cxcywh** format (center-x, center-y, width, height), not **cxcywhr** with rotation....
Hey @AntoineSimoulin, I've extensively profiled the code and included both the implementation and output below. Here's a summary of the results: - `box_area_center` is approximately **10x faster** - `box_iou_center` is...
@AntoineSimoulin Thanks! Let’s add it this way for now. Since there are other IoU functions (generalized, distance, and complete), I can work on them afterward. Once we have them, we...
@NicolasHug Could you also take a look?
I created the dispatch style and changed tests accordingly. All tests are successful. pr: https://github.com/pytorch/vision/pull/8992