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
Drawing bbox and polygons on image can be useful feature for Datumaro.
That will allow users of Datumaro to clearly see how their annotation change during transformations.
It can also be helpful for getting demonstration image for some research paper or article.
I think it could be implemented as CLI command, maybe:
datum visualize -o <path>
After that command images with drawing bboxes and polygons will be exported.
Maybe it's also would be useful to provide some arguments for such command:
datum visualize -n 10 -o <path> # for export random 10 annotated images from dataset
datum visualize -l 'item01, item12' -o <path> # for export annotated images for concrete dataset items
The text was updated successfully, but these errors were encountered:
Drawing bbox and polygons on image can be useful feature for Datumaro.
That will allow users of Datumaro to clearly see how their annotation change during transformations.
It can also be helpful for getting demonstration image for some research paper or article.
I think it could be implemented as CLI command, maybe:
After that command images with drawing bboxes and polygons will be exported.
Maybe it's also would be useful to provide some arguments for such command:
The text was updated successfully, but these errors were encountered: