Giter Club home page Giter Club logo

Comments (6)

ozansener avatar ozansener commented on May 18, 2024

Thanks I will try to make an update sometime next week.

from multiobjectiveoptimization.

ShirleyHan6 avatar ShirleyHan6 commented on May 18, 2024

Hi @ozansener @SimonVandenhende ,

The disparity data read from the Cityscapes dataset needs to be first processed to be converted to depth:

depth = baseline * fx / disparity,

however, I cannot find this step anywhere in the code?

And in this issue (#2 (comment)) it seems the depth is the metric output by the code?

from multiobjectiveoptimization.

ShirleyHan6 avatar ShirleyHan6 commented on May 18, 2024

Hi @ozansener ,

I just found that in the table of the paper you reported "1 / Disparity_Error", so is it Disparity instead of Depth that you are reporting? I found that the numbers in your paper(Disparity Error before using 1 to divide it) very different from those reported by Kendall et al(http://openaccess.thecvf.com/content_cvpr_2018/papers/Kendall_Multi-Task_Learning_Using_CVPR_2018_paper.pdf)

from multiobjectiveoptimization.

SimonVandenhende avatar SimonVandenhende commented on May 18, 2024

If I remember correctly, the disparity error is reported, and not the absolute depth.

from multiobjectiveoptimization.

ozansener avatar ozansener commented on May 18, 2024

We are reporting disparity in the pixel space after normalization. I know it is not a standard metric and has no real practical meaning especially since it is normalized, but all algorithms are reported similarly. You can look at the disparity error in Table 4. Since this is L1 distance, you can convert all of them to the depth L1 error with the formula you posted. You also need to multiply with the DEPTH_STD value in the code to get metric depth error.

The original issue (masking bug) still exists. This bug-fix is unfortunately getting continuously delayed. I have no ETA for it at the moment. But, you can contact me if this bug is impacting you in some-way.

from multiobjectiveoptimization.

ShirleyHan6 avatar ShirleyHan6 commented on May 18, 2024

Thanks for the clarification!

from multiobjectiveoptimization.

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.