Git Product home page Git Product logo

Comments (2)

gpcv-liujin avatar gpcv-liujin commented on July 29, 2024

Hi! I downloaded the data using the link mentioned in the readme (13G almost) and tried running the code. I could not reproduce the numbers. Rather my numbers are way off. The training is highly unstable and the loss value is very noisy (not going down rather oscillating). I also tried adding RMVSNet to reproduce the numbers on that but wasn't able to do so. I think there is some issue with the data or data loader for WHU dataset. Could you or anyone please verify if you or they are able to reproduce the numbers using the repo?

Sorry that we updated the camera parameters in the training data, but forgot to update the code at the same time.
You need to replace the following code in " def tr_load_cam( )" of "preprocess.py" file :

x0 = pera[0][1] - pera[0][7] - (pera[0][10] * pera[0][11])  # whu
y0 = pera[0][2] - pera[0][8] - (pera[0][9] * pera[0][12])

To:

x0 = pera[0][1] # whu
y0 = pera[0][2]

The new version of the code has been re-uploaded.
Thank you very much for your feedback, and sorry again for causing trouble to you.

from rednet.

Arjung27 avatar Arjung27 commented on July 29, 2024

Thank you for clarifying. I will make that change. Give me a day to train the model and I will get back to you asap.

from rednet.

Related Issues (17)

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.