Giter VIP home page Giter VIP logo

Comments (12)

JackHenry1992 avatar JackHenry1992 commented on June 8, 2024

I have solved this issue

from fcrn-depthprediction.

NikolausDemmel avatar NikolausDemmel commented on June 8, 2024

@JackHenry1992, could you please share what the issue and and solution was in the end?

from fcrn-depthprediction.

JackHenry1992 avatar JackHenry1992 commented on June 8, 2024

Hi, @NikolausDemmel , the issue is that I can't get smooth depth for plane (such as low texture places), the result seems strange and coarse. After finetune more layers (such as res5x and layer*) and decrease learning-rate to 0.0001, it has been solved.

from fcrn-depthprediction.

NikolausDemmel avatar NikolausDemmel commented on June 8, 2024

Thanks for the update.

from fcrn-depthprediction.

chrirupp avatar chrirupp commented on June 8, 2024

We think there are a couple of reason why it could look like this:

  • you are not ignoring invalid depth pixels during training
  • you do not have enough data / augmentations to learn smooth maps
  • your loss seems to be very high. Did you forget to divide by the number of (valid!) pixels?

Cheers,
Christian

from fcrn-depthprediction.

JackHenry1992 avatar JackHenry1992 commented on June 8, 2024

Hi @chrirupp , thanks for your advises.
@chrirupp, as you said, my own dataset maybe too small .

Do you have some advises for increasing generalization ability (such as different camera)

  • Will it increase the generalization ability of fcrn-network if I use more dataset to train?
  • Will it be worse if I use different camera to get images?

from fcrn-depthprediction.

chrirupp avatar chrirupp commented on June 8, 2024

Hi @JackHenry1992,

yes, in general more data is better for generalization.
About different cameras: we found that you will need to correct the predicted depth map by multiplying it with the ratio of focal lengths between new and old camera to get better global scale.
See our recent CNN-SLAM paper https://arxiv.org/abs/1704.03489 for details on this.

from fcrn-depthprediction.

Ariel-JUAN avatar Ariel-JUAN commented on June 8, 2024

hi, I also train the nyu checkpoint model, but I am stuck with making my own dataset. I don't know how to make label. Do you have any ideas. Thanks~

from fcrn-depthprediction.

Ariel-JUAN avatar Ariel-JUAN commented on June 8, 2024

Would you share the code for making datasets? Please, thank you!

from fcrn-depthprediction.

chrirupp avatar chrirupp commented on June 8, 2024

The easiest way to create a dataset is to run around with a Kinect or similar sensor. You can try with simulation but that might be quite some effort to render a synthetic dataset.
We did not make the datasets that we use in the paper. They are publicly available (http://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html)

from fcrn-depthprediction.

Ariel-JUAN avatar Ariel-JUAN commented on June 8, 2024

Thank you~

from fcrn-depthprediction.

462525023 avatar 462525023 commented on June 8, 2024

@JackHenry1992

Hi. I am also doing such job, but it did not convergence.
I am so sorry but Can you put your code on GitHub or something else? I want to train it again as reference!
Thank you very much!

from fcrn-depthprediction.

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.