Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVAT XML Format specification missing the tag <tag> #3998

Closed
2 tasks done
Zhivago-Sizov opened this issue Dec 8, 2021 · 2 comments · Fixed by #4263
Closed
2 tasks done

CVAT XML Format specification missing the tag <tag> #3998

Zhivago-Sizov opened this issue Dec 8, 2021 · 2 comments · Fixed by #4263
Labels
documentation Documentation should be updated

Comments

@Zhivago-Sizov
Copy link

My actions before raising this issue

CVAT XML Format specification miss the tag <tag> which was exported from Annotation with Tags .

Here's the pseudo one:

<?xml version="1.0" encoding="utf-8"?>
<annotations>
  <version>1.1</version>
  <meta>
    <task>
      <id>1</id>
      <name>demo-t</name>
      <size>1</size>
      <mode>annotation</mode>
      <overlap>0</overlap>
      <bugtracker></bugtracker>
      <created>2021-12-07 14:28:26.412591+00:00</created>
      <updated>2021-12-07 14:35:41.091632+00:00</updated>
      <subset>default</subset>
      <start_frame>0</start_frame>
      <stop_frame>0</stop_frame>
      <frame_filter></frame_filter>
      <segments>
        <segment>
          <id>1</id>
          <start>0</start>
          <stop>0</stop>
          <url>http://localdomain:8080/?id=1</url>
        </segment>
      </segments>
      <owner>
        <username>trafe</username>
        <email></email>
      </owner>
      <assignee></assignee>
      <labels>
        <label>
          <name>car</name>
          <color>#2080c0</color>
          <attributes>
          </attributes>
        </label>
        <label>
          <name>cow</name>
          <color>#c06000</color>
          <attributes>
          </attributes>
        </label>
      </labels>
    </task>
    <dumped>2021-12-07 14:35:48.301608+00:00</dumped>
  </meta>
  <image id="0" name="039dda3df9f3b1bff3e650c4d818b5f229a79f7e58186aaa5dbd23fcbd00c2b4.jpg" width="4032" height="3024">
    <box label="car" occluded="0" source="manual" xtl="1499.89" ytl="994.55" xbr="1775.48" ybr="1240.08" z_order="0">
    </box>
    <tag label="cow" source="manual">
    </tag>
  </image>
</annotations>
@nmanovic nmanovic added the documentation Documentation should be updated label Dec 8, 2021
@nmanovic
Copy link
Contributor

nmanovic commented Dec 8, 2021

@vuvalini , thanks for the feedback. Let me know if you can help us to improve the specification and send a PR.

@Zhivago-Sizov
Copy link
Author

@nmanovic Yes. I would be willing to contribute a fix for this with guidance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation should be updated
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants