Coder Social home page Coder Social logo

Comments (7)

fangchangma avatar fangchangma commented on July 17, 2024

We might release the training code in the future. For now, please refer to https://github.com/fangchangma/sparse-to-dense.pytorch for training.

from fast-depth.

v-raja avatar v-raja commented on July 17, 2024

Hey @fangchangma and @dwofk,

Great job on the paper! I tried to understand how to train the network based on the information in the link above, but I didn't understand if I need to provide depth data to train the model. (Sorry if this is obvious, but I've looked through the code and was unable to figure this out.)
Thanks!

from fast-depth.

dwofk avatar dwofk commented on July 17, 2024

Hi @Vivkr,

If you are referring to providing sparse depth data to train the model, then no, you do not need to provide that. You can use the 'rgb' modality. The sparsifier and number of sparse depth samples become irrelevant.

Models in this project support 'RGB' input, not 'RGBd' input.

from fast-depth.

SHRHarry avatar SHRHarry commented on July 17, 2024

Hi @dwofk and @fangchangma ,
I'm interested if I want to train my own dataset, is it possible to use the ground truth collected by ZED camera?
Thanks!

from fast-depth.

HuynhLam avatar HuynhLam commented on July 17, 2024

Hi,
I just want to make sure that the detailed training for all encoder and decoder permutations is based on the spare-to-dense paper, isn't it?
To be specific:

  • The loss was the berHu loss (similar to Laina et al paper)
  • Data augmented ...
  • Init using ImageNet-pretrained models
  • Initial lr = 0.01
  • Train on 20 epochs
    .
    .
    Additionally, this is a great work. Thanks!

from fast-depth.

dwofk avatar dwofk commented on July 17, 2024

Hi @HarryShen19950808

Model definitions are provided here. If you have your own dataset, you can try modifying the models as necessary and retraining for your particular dataset.

from fast-depth.

dwofk avatar dwofk commented on July 17, 2024

Hi @HuynhLam

Yes, the training for our models is based on the sparse-to-dense work.

  • no, we use L1 loss (note that the cited sparse-to-dense work also uses L1 loss)
  • yes, the data augmentation is the same
  • yes, encoder weights are initialized using ImageNet-pretrained models
  • yes, initial lr = 0.01
  • yes, we train for 20 epochs

from fast-depth.

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.