DispNet-TensorFlow
DispNet-TensorFlow copied to clipboard
TensorFlow implementation of DispNet by Zhijian Jiang.
Hello, I successfully trained this network on a dataset, I want now to test a different group of images. How can I do that ? Should I rewrite the code...
Hi @ZhijianJiang, Thank you for sharing your code. I had a question about the upconvolutional part of your network. In the paper, it is mentioned that each `iconvN` layer takes...
When run your program, i got some result image(png format),but the result image differ greatly from the true disparity image. I tried to output the values of `final_result[k]` which comes...
好像不是pfm文件夹
Traceback (most recent call last): File "D:/Users/acer/PycharmProjects/DispNet-TensorFlow/DispNet.py", line 419, in main() File "D:/Users/acer/PycharmProjects/DispNet-TensorFlow/DispNet.py", line 318, in main with open(GT_DIR) as f: FileNotFoundError: [Errno 2] No such file or directory: 'datasets/gopro.pkl'
File "/home/i/PycharmProjects/DispNet-TensorFlow/DispNet.py", line 421, in main() File "/home/i/PycharmProjects/DispNet-TensorFlow/DispNet.py", line 383, in main input_one_image = _norm(np.reshape(input_one_image, (1, IMAGE_SIZE_Y, IMAGE_SIZE_X, 3))) File "/home/i/.conda/envs/tensorflowcp27/lib/python2.7/site-packages/numpy/core/fromnumeric.py", line 232, in reshape return _wrapfunc(a, 'reshape', newshape, order=order)...