klingner

Results 36 comments of klingner

Sorry, this is clearly an error in the comments from my side. It should be Intrinsic camera matrix :)

Hi, so mainly Cityscapes has a different aspect ratio than KITTI, so this is something I would look out for, when resizing the Cityscapes images. It might be possible to...

Thank you for sharing your initial results, maybe one thought: I would not directly compare a performance metric between KITTI and Cityscapes due to the large structural difference in the...

Well, I think at the moment, there is not really a standard on how to evaluate on Cityscapes. Some thoughts regarding your changes: 1. It could make sense to exclude...

Hi, up to now, I have never observed such an error. How did you prepare the data? Did the download_kitti.py script run successfully? Or did you prepare the data differently...

Hi, so what I observe in the output of the depth evaluation is that your scaling ratio is rather unusual (0.023). I usuall have scaling ratios in the order of...

Hi, so I just set up the repository from scratch again and also tried out the download script. I can still exactly reproduce the results. What I also noted is...

Hi, to what extent did you follow the provided instructions in the README?

So for me it appears as if you are trying to load an image that does not exist at the specified path location, so likely the arrangement of your dataset...

Yes, the amount is correct, but it is not calculated from the data on disk but from the downloaded json-files, so I wouldn't expect this to be wrong. The None-error...