AIWintermuteAI / aXeleRate

Keras-based framework for AI on the Edge
MIT License
174 stars 72 forks source link

add support path annotation #47

Closed lowlevel-1989 closed 3 years ago

lowlevel-1989 commented 3 years ago
<?xml version="1.0" ?>
<annotation>
   <folder>0--Parade</folder>
   <filename>0_Parade_marchingband_1_100.jpg</filename>
   <path>dataset/train/0--Parade/0_Parade_marchingband_1_100.jpg</path>
   <source>
      <database>Unknown</database>
   </source>
   <size>
      <width>1024</width>
      <height>682</height>
      <depth>3</depth>
   </size>
   <segmented>0</segmented>
   <object>
      <name>face</name>
      <pose>Unspecified</pose>
      <truncated>0</truncated>
      <difficult>0</difficult>
      <bndbox>
AIWintermuteAI commented 3 years ago

Hi there! Thanks for the contribution. I don't commit directly to master branch, since it is considered to be production branch. So I merged your PR to dev branch, which will be integrated to master as soon as I finish with YOLOv3.