Replies: 2 comments
-
As far as I remember, I think following two formats are supported: Source: https://detectron2.readthedocs.io/en/latest/tutorials/datasets.html Below is an example:
Source: https://gilberttanner.com/blog/detectron-2-object-detection-with-pytorch/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, but what is the default mode? My training get AP=25 when I use X,Y,W,H and only 8 when the format is X,Y,XMAX,YMAX So I suppose the default is the first one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
about object detection, which bounding box format detectron2 use? [X,Y,W,H] or [X,Y,XMAX,YMAX] ? Thanks
Beta Was this translation helpful? Give feedback.
All reactions