Zhijian Jiang
Zhijian Jiang
According to `ValueError: cannot reshape array of size 1555200 into shape (1,384,768,3)`, I think your pictures are not 384 * 768 * 3.
Sorry for confusion. This file is the train data. You should use [`pickle`](https://docs.python.org/3/library/pickle.html) to convert your pictures to this format. Wish it will help.
I tried the dataset mentioned in [README.md](https://github.com/ZhijianJiang/DispNet-TensorFlow/blob/master/README.md) and the output is just like the result in paper. Since I do not know about your work and dataset much, I am...