Giter VIP home page Giter VIP logo

Comments (2)

ybkscht avatar ybkscht commented on September 6, 2024

Hi danikhani,

I already answered your question here.
To give you a better understanding, I took the following images from the Linemod dataset including their 6D annotation.

cat
duck
driller

You can see that in every image only a single object is annotated in the Linemod dataset but the other objects are also visible in the images.
If you want to train a single model for all objects the problem is that if you feed e.g. the annotated cat image from above to your model, you can only provide the annotations of the cat but not for the ape, duck, etc.
So the ground truth for all the other objects without annotations is just "background". This will unnecessarily penalize your model a lot during training when actually correctly detecting the other objects.

The Occlusion dataset (subset of Linemod) instead provides annotations for all objects in the image and is therefore better suited for multi 6d pose estimation.

Furthermore, I don't think it is impossible to train a single model for all Linemod objects because you can try using synthetic rendered data and the cut&paste strategy like PVNet but you probably can't use the vanilla Linemod images which could worsen the performance of your model on the test dataset.
But I didn't do any experiments here so this is just a guess.

Sincerely,
Yannick

from efficientpose.

greatwallet avatar greatwallet commented on September 6, 2024

Hi!

Sorry for re-mentioning the issue, but I still have a question here, for settings upon multi-object pose estimation.

One of your competitor, DPOD (Zakharov, Sergey, Ivan Shugurov, and Slobodan Ilic. "Dpod: 6d pose object detector and refiner." Proceedings of the IEEE/CVF International Conference on Computer Vision. 2019.), is also a holistic method (if its refiner is not used) for multi-object pose estimation. As is stated in its paper, DPOD has conducted corresponding experiments tested on Occlusion dataset, and clearly all objects are trained in one single model. So why don't you conduct this experiment in the same setting?

image

P.S. One thing I slightly suspect about this experiment of DPOD is that the training dataset might not include real dataset from LineMOD. However, if it were trained with synthetic images only, this crutial settings should have been pointed out in the paper. Also, the synthetic dataset generated by DPOD is of really low quality, I highly doubt that if they can achieve 47.25% ADD on Occlusion if trained only with synthetic images.

from efficientpose.

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.