You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @irmo322 , Thank you for your interest in our project. We have updated the documentation to include _Shape properties in the annotations. Additionally, the subclasses of _Shape have also been updated. Thank you for bringing this to our attention. If you have any further suggestions, please feel free to let us know.
Hi,
The documentation shows an example of Bbox instantiation in https://openvinotoolkit.github.io/datumaro/latest/docs/get-started/quick-start-guide/examples.html
What is weird is that there is no mention of the
label
property in API reference https://openvinotoolkit.github.io/datumaro/latest/docs/reference/_autosummary/datumaro.components.annotation.html#datumaro.components.annotation.BboxWithout the previous example, there is no way to learn in documentation that Bbox has a label. This is quite confusing for me.
By reading the source code, I see that
label
is defined in_Shape
(parent ofBBox
), which is not documented.I suggest to add
_Shape
properties inBbox
API documentation.The text was updated successfully, but these errors were encountered: