Coder Social home page Coder Social logo

Comments (10)

samihaija avatar samihaija commented on July 22, 2024 1

Ivan, thank you for the mention!

The above is intentional, assuming the image came from the training partition. We only have one box per image per entity, for the training set. However, for the validation set, we tried to have all instances boxed.

from dataset.

phdung avatar phdung commented on July 22, 2024 1

I am curious about this method also. @lamerman @samihaija any updates about this?

from dataset.

rkrasin avatar rkrasin commented on July 22, 2024

@samihaija Sami, can you please comment on this?

from dataset.

lamerman avatar lamerman commented on July 22, 2024

@samihaija @rkrasin thank you.

@samihaija I'm not a big expert in object detection algorithms, but my first guess would be that a neural network that is learning on this data will be penalized while training. It predicts multiple chairs, but the training data has only one and my guess would be that when it predicts YES and the training data says it NO, when in reality it's YES, the network will be penalized for such predictions.

It's much more a question than statement, as I am not sure.

What do you think, could it be a problem?

P.s. I'm trying to teach YOLO using openimages.

from dataset.

lamerman avatar lamerman commented on July 22, 2024

I looked at the loss function of YOLO

screenshot_20180220_181624

And it seems like absence of bounding box for image when in reality it should be will affect the loss function on line 4. And it's interesting what was the reasoning behind making only one bounding box for openimages.

from dataset.

dbrazey avatar dbrazey commented on July 22, 2024

Does someone has an explanation concerning the fact that training data contains only one bounding box instead of all boxes ?

As a result, this dataset cannot be used to train object detection algorithm ?

from dataset.

dashesy avatar dashesy commented on July 22, 2024

because of this, Yolo does not train well with this dataset.

from dataset.

ShaneYS avatar ShaneYS commented on July 22, 2024

@dashesy hi, do you try any other detection algorithm ( like faster rcnn, ssd ) with openimages dataset? I try to train faster rcnn with mxnet with openimages, but I have many problems when preprocessing the dataset.

from dataset.

ShaneYS avatar ShaneYS commented on July 22, 2024

@dashesy hi, do you try any other detection algorithm ( like faster rcnn, ssd ) with openimages dataset? I try to train faster rcnn with mxnet with openimages, but I have many problems when preprocessing the dataset.

from dataset.

kevinsu628 avatar kevinsu628 commented on July 22, 2024

Further, a lot of images have missing labels. Is this problem fixable?

openImage_issue_1
openImage_issue_2

from dataset.

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.