klingner

Results 36 comments of klingner

Hello, did you also execute the command "source ~/.bashrc" after updating it? Otherwise, the changes are not executed. Otherwise I do not see any error sources, I have to admit......

Very strange, I have to admit that I still cannot reproduce this error. I heard from a collegue though that he has this problem from time to time when mounting...

Hi, the ground truth is downloaded with the kitti stereo 2015 dataset. Could you maybe be a bit more specific what exactly is wrong, when you evaluate on this dataset?

Hi, at the moment there are no plans to upload additional pretrained models to this github repository. You can, however train the only semantic model similarly to the only depth...

Hello, I think the first error you got is identified correctly by you. The numbers in the ``basic_files.json`` need to be modified such that the number of previous available frames...

Hi, so if there is no defined format in the A2D2 dataset, then I would store the images as 1-channel 16-bit uint images (seems to be the most common way...

From the information you supplied I would say that the general format, the images are stored in should not have an influence on the depth training as long as they...

Yes, you are right, this matrix seems to be in the wrong format for the code. The values in the first row need to be devided by the width (in...

Also, the matrix should be stored as a 4 times 4 matrix. Is this the case for A2D2 already in your code?

No, this is missunderstood I think. The matrix is still the intrinsics matrix and the matrix you originally had was nearly correct. The matrix you are searching for would rather...