-
In network.py:
```
def prepare_indices(self, before, row, col, after, dims ):
x_0 = tf.Variable(x0.reshape([-1]), name = 'x_0')
x_1 = tf.Variable(x1.reshape([-1]), name = 'x_1')
x_2…
-
HI~
Thank you for your great work!
Could you please explain how do you get the hand center for me?
I see you have given the hand center coordinate in /labels/*_center.txt
Thank you very much!
-
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…
-
Looks like the current image IO can handle jpg and png image format. However, some of RGBD dataset (such as NYU dataset) is captured with ppm/pgm format. Do we need to extend OpenCV support for these …
-
@bmcfee
```
$ docker --version
Docker version 17.09.0-ce, build afdb6d4
```
I've been trying to build a docker image of this repo and I get a `UnicodeDecodeError` when running the script `pip …
-
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 …
-
maybe your `test.png` file consist of `B: 0~255 / G: 0~7 / R: 0`.
In general depth image have only 1 channel.
But you use `g channel` for evaluate background depth in your code.
`if (res.at(i,…
-
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?
-
Dear Hui,
Very appreciate your code on hand pose estimation@https://github.com/shrekei/RandomDecisionForest. 1 . I had a problem on your implementation on your synthetic data.
for (int i = 0; i <…
-
Hi everyone,
I have finally unit tested the changes I made to caffe-public to enable per pixel label for the whole image. I realised (so far at least) that only inner product and softmax layers need…