GithubHelp home page GithubHelp logo

Comments (6)

AIWintermuteAI avatar AIWintermuteAI commented on September 17, 2024

Referenced and explained in #12
Short answer: it does support training with images with empty negative samples, but it very likely will not increase accuracy.

from axelerate.

wwzh2015 avatar wwzh2015 commented on September 17, 2024

Referenced and explained in #12
Short answer: it does support training with images with empty negative samples, but it very likely will not increase accuracy.

So I should copy target object to empty background image,that be changed to positive sample?

from axelerate.

AIWintermuteAI avatar AIWintermuteAI commented on September 17, 2024

I think what you're trying to describe is called Synthetic data - and yes, that could be good approach to increase the accuracy.
Have a look at this article:
https://www.hackster.io/dmitrywat/synthetic-data-generation-for-object-detection-e0f023

from axelerate.

wwzh2015 avatar wwzh2015 commented on September 17, 2024

Now, the two class target objects is cxtstence , one is a positive sample, but another object is negative samples, They don't exist in the same image,But I just train and detect only one class object.

from axelerate.

AIWintermuteAI avatar AIWintermuteAI commented on September 17, 2024

Sorry, I'm not following -
Word "sample" refers to images. You can say you have 1000 samples, which would mean you have 1000 images. The images(samples) can contain multiple instances of the same class or multiple instances of different classes.

from axelerate.

AIWintermuteAI avatar AIWintermuteAI commented on September 17, 2024

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.

Yes, it is possible to train with empty samples (not containing any instances of object of interest). According to at least one evidence #12 that does not increase accuracy.

from axelerate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.