AIWintermuteAI / aXeleRate

Keras-based framework for AI on the Edge
MIT License
177 stars 71 forks source link

Can the aXeleRate support the format? #42

Closed wwzh2015 closed 3 years ago

wwzh2015 commented 3 years ago

emm, I mean motorbike and bike 2 classes objects, but I only annotate label bike for single class object to train(positive sample)。

I don't want annotate label these voc-xml of motorbike for train(negative samples), but these motorbike and bike look is very similar!

Usually these bikes and motorbikes are not in the same image of dataset!

So, I want just add these no annotation label voc-xml of motorbike to train(object element is not exist), that can improve recall rate or AP ?

voc-xml of motorbike example(a negative sample):

<annotation>
  <folder>VOC2007</folder>
  <filename>fyb004595.jpg</filename>
  <source>
      <database>Unknown</database>
  </source>
  <size>
      <width>600</width>
      <height>775</height>
      <depth>3</depth>
  </size>
  <segmented>0</segmented>
</annotation>

The VOC API have supported the format of XML.

AIWintermuteAI commented 3 years ago

Please stop creating multiple issues! You already created 3. This is not how Github works.

I'll reply to you in https://github.com/AIWintermuteAI/aXeleRate/issues/41