Code Monkey home page Code Monkey logo

Comments (12)

ShrutiGanesh18 avatar ShrutiGanesh18 commented on July 19, 2024

@ctiennot Hey! Also, the paper states that the convolutional layers of the coarse-scale network are pre-trained on the ImageNet classification task [section 3.1.1]. I don't think there is any pre-training going here. Correct me if I am wrong.

from cnn_depth_tensorflow.

kishankedia avatar kishankedia commented on July 19, 2024

@ctiennot , how you tested the model, if possible can you share the script. Were you able to generate good results using this code? Even i am not getting good results.

from cnn_depth_tensorflow.

ctiennot avatar ctiennot commented on July 19, 2024

@kishankedia, I finally gave up on training the network from this repo and focuses on this repo (the weights to perform inference are provided by the author and explanations are nice).

An important point when training on the NYU depth V2 dataset is that there are two versions of the dataset:

  • the labeled version (795 training images + about 650 for testing)
  • the raw version (120k images), which is extracted from the raw kinect sequences, the process being a bit long (following Ivanecky instructions it took me about 3 weeks letting the matlab script running...)

For the eigen CNN they train them on the raw repo with 120k images + data augmetation so I guess that was the reason my training wasn't converging with only 795 images!

Good luck

from cnn_depth_tensorflow.

kishankedia avatar kishankedia commented on July 19, 2024

@ctiennot Thanks or your quick reply. In this current repo i have tried to do a coarse training , however it is throwing me errors.

Can you suggest me some of the architectures that are currently giving state of the art results for depth and what metrics does the depth models use for comparing different architetures.

from cnn_depth_tensorflow.

ctiennot avatar ctiennot commented on July 19, 2024

@kishankedia I think this paper is pretty much state of the art, however their weight file is missing. The repo I sent you a link in my last comment(Ivanecky) only provides relative depth estimation (i.e. the predictions are not in meters but between 0 and 1) and it is not state of the art for sure...

About the metrics, there are several ones: for instance there is the absolute error, the scale invariant error or also the thresholded precisions... Ivanecky's thesis has a well explained part on this (here)

from cnn_depth_tensorflow.

kishankedia avatar kishankedia commented on July 19, 2024

@ctiennot Thanks a lot. Paper looks really good and promising. Unfortunately they have implemented the paper in caffe + matlab. It would have been better if they would implemented in tensorflow.

from cnn_depth_tensorflow.

rvarun7777 avatar rvarun7777 commented on July 19, 2024

@ctiennot @kishankedia @ShrutiGanesh18 I have fixed all the issues from this repo including pre-trained weights and added a validation phase. I have also added two more scales to this network from the new paper. I need some time to open source the work. Every problem is fixed!

from cnn_depth_tensorflow.

fensichen avatar fensichen commented on July 19, 2024

@rvarun7777 Is it possible to ask for the open source code from you ?

from cnn_depth_tensorflow.

Yuliang-Zou avatar Yuliang-Zou commented on July 19, 2024

@rvarun7777 Can you share your pretrained weights?

from cnn_depth_tensorflow.

lijialei666 avatar lijialei666 commented on July 19, 2024

@rvarun7777 Hello!Have you solve the issues?Can you give me your source coding?thanks.

from cnn_depth_tensorflow.

lijialei666 avatar lijialei666 commented on July 19, 2024

@Yuliang-Zou Hello!Have you solve the issues?Can you give me your source coding?thanks.

from cnn_depth_tensorflow.

lijialei666 avatar lijialei666 commented on July 19, 2024

@ctiennot Hello!Have you solve the issues?Can you give me your source coding?thanks.

from cnn_depth_tensorflow.

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.