-
I am trying to train this model using your TensorFlow code. But it can't converge.
I am using 'nyu_depth_v2_labeled.mat'. I accept the L2 loss for convenience.
The raw depths are used. Invalid pix…
-
in the csv file - you have
/home/linze/liuhy/code/cnn_depth/data/dataset/NYU_dataset/00281_img.png
there's two versions of this I can find
v2 ->
http://cs.nyu.edu/~silberman/datasets/nyu_depth_…
-
thanks~!
-
hello @temporaer ,
i installed curfil correctly, and all test has passed when i use `ctest`command, here is the log:
```
Start 1: image_test
1/7 Test #1: image_test ....................... Pass…
-
Hi @janivanecky ,
Thanks for your work.
I try to use your code to get the train images from your code to NYU_Depth_V2 dataset.
but there are some miss folders in the raw dataset comparing to …
-
Hi, I found websave function is not exist in my matlab R2014a. So it will result in error when websave is used in .m file. What can I do to solve this problem?
-
Hello, I train the Segnet on the NYUD dataset(http://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html) only using color map.
The loss is under(just for example, I iterate for more time but result i…
sj-li updated
7 years ago
-
Hi, all. There are an in-door and an out-door pre-trained model, are there much differences between them? I want to estimate the depth for some images containing both in-door and out-door images, whic…
-
Hello, amueller.
In the nyu.py, there are some image files name in line 31, 35, 42, 54 and 74. How to covert the labeled dataset nyu_depth_v2_labeled.mat to these files and store like this? Can you …
-
How you calculate the depth image by the raw depth image? You have the code?