Coder Social home page Coder Social logo

emdc-pytorch's Introduction

Hi there 👋

GitHub Stats

emdc-pytorch's People

Contributors

dwhou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

emdc-pytorch's Issues

divide loss_sam1 by (loss_sam1/loss1).detach()

Hi @dwHou ,

Thanks for your great work again! One more question, I'm curious about why you divide loss_sam1 by (loss_sam1/loss1).detach()

Does it equal to loss = loss + loss_sam1 * (loss1/loss_sam1) in math? and why?

EMDC-PyTorch/train_model.py

Lines 127 to 133 in 07867c7

if 'criterion1' in args.loss:
loss1 = criterion1(output, target)
loss = loss1
loss_sam1 = criterion1(y_loc, target)
loss += loss_sam1/(loss_sam1/loss1).detach()
loss_sam2 = criterion1(y_glb, target)
loss += loss_sam2/(loss_sam2/loss1).detach()

Looking forward to your reply, thanks.

have you done experiments on the NYU or KITTI depth completion datasets?

I am very interested in the FCSPN structure you proposed, and want to compare this method with several mainstream depth completion methods. So please tell me if you have done experiments on the NYU or KITTI dataset

我对您提出的FCSPN结构非常感兴趣,想对比一下这个方法和几个主流深度补全方法。所以请教一下您是否在NYU或者KITTI数据集上做过实验

Model does not converge

Thank you so much for sharing.
Unfortunately, the model did not converge though I trained the model using "bash train.sh" on the dataset you offered with us. The only change I made was just the data directory. Could you kindly tell me how you set up those hyper-parameters? Thank you in advance.

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.