We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<tag>
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>
The text was updated successfully, but these errors were encountered:
@vuvalini , thanks for the feedback. Let me know if you can help us to improve the specification and send a PR.
Sorry, something went wrong.
@nmanovic Yes. I would be willing to contribute a fix for this with guidance
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: