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

Format detection fails to disambiguate labelme and voc on tfds voc2012 #658

Closed
zhiltsov-max opened this issue Feb 9, 2022 · 0 comments · Fixed by #664
Closed

Format detection fails to disambiguate labelme and voc on tfds voc2012 #658

zhiltsov-max opened this issue Feb 9, 2022 · 0 comments · Fixed by #664
Assignees
Labels
BUG Something isn't working

Comments

@zhiltsov-max
Copy link
Contributor

When I try to detect format of a tfds/voc2012, Datumaro detects both LabelMe and VOC. Probably, the problem is in XMLs with only image info inside, like this:

<annotation>
  <folder>2008</folder>
  <filename>2008_000001.jpg</filename>
  <source>
    <database>Unknown</database>
    <annotation>Unknown</annotation>
    <image>Unknown</image>
  </source>
  <segmented>0</segmented>
</annotation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Projects
None yet
2 participants