Git Product home page Git Product logo

Comments (2)

hjwdzh avatar hjwdzh commented on July 17, 2024

Our project is unrelated with the depth image/prediction. If you want to try depth estimation with our code, those images can be acquired from ScanNet.

Horizontal is a tricky thing. Basically, horizontal surfaces are those regions which are more "horizontal", or surfaces in which angles between the surface normal and gravity is smaller than 45 degree.

This is used for training the tangent directions. The story is that there is a natural ambiguity in the principal tangent directions (imagine a square room, there will be 4 directions at the floors). This ambiguity is harmful for training efficiency.

Fortunately, there is a clear definition of gravity vector for indoor scenes.

Therefore, we first train our network for those "non-horizontal" surfaces and estimate one of the four principal directions that closest to the gravity vector. This will give the network a good initialization. After that, we train all surfaces to predict any of the 4 directions.

from framenet.

qiminchen avatar qiminchen commented on July 17, 2024

thanks for the explanation.

it seems like args.horizontal == 1 is never used since initially args.horizontal == 0 and in the second epoch args.horizontal == 2?

By the way, how many epochs does the network need to be converged? I am training the net and it takes roughly 7 hr/epoch using single 2080ti with a batch size of 8.

from framenet.

Related Issues (9)

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.