-
Notifications
You must be signed in to change notification settings - Fork 134
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
AttributeError #28
Comments
Please provide more details. |
@gautamjain1009 Thanks for the screenshot. It turns out that the problem was due to a version difference in the code and the previously saved results. I just pushed a minor update, and it should fix the issue. Let me know if it works for you now. |
Thank you for your reply. @fangchangma under kitti_depth in the data folder, i am using the "train" and "val" which i got from-" Download projected raw LiDaR scans data set (2 GB) " at KITTI depth completion benchmark. The argument is not able to find anything in the data, i have rechecked the structure and the path again. |
By default we use the I am not entirely sure if the current version of the code still supports loading the uncropped |
I tried adding "--val full" while executing the main.py but still it gives the same issue, what should i do, to make it work. |
It seems that the file structure of KITTI Depth has changed recently. I will update my code accordingly. Please stay tuned. |
Just updated the code and the README for the latest file structure. |
'Namespace' object has no attribute 'data_folder'
The above error occurred during the test.
What should be fixed?
The text was updated successfully, but these errors were encountered: