cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
11.9k stars 2.9k forks source link

CVAT pascal voc export issue #5527

Closed FurqanMehmood closed 1 year ago

FurqanMehmood commented 1 year ago

My actions before raising this issue

Expected Behaviour

The annotation in .xml file

Current Behaviour

i am exporting the annotations but the .xml contains no information about the polygons

Steps to Reproduce (for bugs)

  1. Upload dataset
  2. annotate object by drawing polygon
  3. save polygon
  4. export dataset by selecting pascal voc format

Your Environment

zhiltsov-max commented 1 year ago

Hi,

The Pascal VOC is described here. It has labels, boxes, keypoints, and segmentation masks, but not polygons. Polygons can be exported as masks in the Segmentation mask format.