-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question about valid #28
Comments
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 in any way? |
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 20-30 (deviation of a factor of https://drive.google.com/file/d/1QRudmxq5ENl4tfXuO2A_n381_VYRDtTX/view?usp=sharing Maybe you can compare it to your depth gt and see, if they match up. |
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 that you store the images as jpg and not as png. In the unchanged download script the images are stored as png. I would recommend to try out the unchanged download script and then run the evaluation again. |
Hi, I want to run this program now, but I don't know how to arrange the data set. I don't know if I can get your guidance |
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 is not yet correct. I would check in the file |
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 is typical for a non-existing image where the path is wrong. |
Thank you very much for your reply. I found the problem. The reason for the error is that I found above. As long as the name of the dataset is changed, just change the leftimage8bit_ trainvaltest in cityscapes to leftimage8bit. This program can run normally. |
i think train the model successful,i dont change anything in the code the result looks good
it is about 10 epoch result
but the a1 a2 a3 rmse and so on is far from the paper privde
is there something wrong in my depth gt
i just use the code to get the gt depth from lidar point
the gt depth look like this
is there something wrong in this way ,very hopeful for your helping i am just a green hand students
The text was updated successfully, but these errors were encountered: