Object-Detection-Metrics icon indicating copy to clipboard operation
Object-Detection-Metrics copied to clipboard

Definition of xywh is <left> <top> <width> <height> or <center-x> <center-y> <width> <height>

Open Vision-Alan opened this issue 1 year ago • 0 comments

I hope this message finds you well.

I am currently working on a calculation using "pascalvoc.py", and I have encountered a challenge related to defining parameters in the python code. I would greatly appreciate your insights or guidance on the following matter:

This version : (*) set -gtformat xywh and/or -detformat xywh if format is <left> <top> <width> <height> Old version : <center-x> <center-y> <width> <height>

If anyone could provide some code or explain the best practices for defining parameters in this context, it would be incredibly helpful. I am eager to learn and improve my understanding.

Thank you in advance for your assistance!

Best regards, Alan

Vision-Alan avatar Aug 08 '24 05:08 Vision-Alan