GithubHelp home page GithubHelp logo

Comments (2)

ClementPinard avatar ClementPinard commented on May 25, 2024

hello, the :1 here refers to the fact that for logging purpose only, we construct a fake batch of only one element, to make things faster. You could argue that it could have been done directly from the actual batch computing in the photometric loss function. It's actually what I did in this version of the code : https://github.com/ClementPinard/unsupervised-depthnet/blob/master/train_img_pairs.py#L381

I did not put it here because it needs a bit of refactoring (but it might come !)

as such everything behaves like the photometric loss function here : https://github.com/ClementPinard/SfmLearner-Pytorch/blob/master/loss_functions.py#L26

ref_imgs is a list of imgs tensors (from t-2 to t+2, excluding t), pose is a tensor of poses, hence the necessity of the enumerate in the line before.

But here, ref is the jth element in the list of ref_imgs, and thus it matches with the element pose[:,j]

from sfmlearner-pytorch.

gengrui1983 avatar gengrui1983 commented on May 25, 2024

Thank you @ClementPinard !

from sfmlearner-pytorch.

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.