panlabel 0.6.0

The universal annotation converter
Documentation
<?xml version="1.0" encoding="utf-8"?>
<annotations>
  <version>1.1</version>
  <meta>
    <task>
      <labels>
        <label><name>person</name><type>bbox</type></label>
        <label><name>car</name><type>bbox</type></label>
      </labels>
    </task>
  </meta>
  <image id="0" name="img_b.jpg" width="120" height="80">
    <box label="person" occluded="0" xtl="10.5" ytl="20.25" xbr="50.0" ybr="70.0" z_order="0" source="manual" />
  </image>
  <image id="1" name="img_a.jpg" width="100" height="50">
    <box label="car" occluded="1" xtl="1" ytl="2" xbr="30" ybr="40" z_order="2" source="manual">
      <attribute name="truncated">no</attribute>
    </box>
  </image>
  <image id="2" name="img_c.jpg" width="64" height="64"></image>
</annotations>