Coder Social home page Coder Social logo

Comments (3)

sgolodetz avatar sgolodetz commented on July 29, 2024

The main pipeline is in ITMBasicEngine<...>::ProcessFrame. I would start from there and drill down, trying to figure out how things correspond to the descriptions in the various papers as I go.

An understanding of the way in which the CPU/GPU code is structured is also probably useful - basically you have an interface class, CPU and CUDA classes that derive from it, and shared code that is called by the implementations of the various member functions in the CPU and CUDA classes.

from infinitam.

MarkZurkberg avatar MarkZurkberg commented on July 29, 2024

I have used glm to load a 3D object successfully, but I don't know how to integrate this with InfiniTAM so now it is just limited in its own window. I want to find the entry point for the reconstruction scene so that I can add some furnitures into InfiniTAM. Could you please give me some advice? Thanks! @sgolodetz

from infinitam.

sgolodetz avatar sgolodetz commented on July 29, 2024

Depending on the format of the object, this may be more or less tricky - but in terms of adding things to the scene, the best places to look in the code are probably the bits to do with the scene representation (drill down from ITMScene) and the scene reconstruction engine (drill down from ITMSceneReconstructionEngine).

from infinitam.

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.