We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
while i'm running this command :./preprocess_kitti.lua, it outputs: dataset 2012 1 luajit: c++ exception what's wrong with it?
The text was updated successfully, but these errors were encountered:
I tried running this script today with the newest version of torch and it works on my system. Let's try the following:
Make sure the images are in the correct location. Run the following command from the mc-cnn directory:
$ identify data.kitti/unzip/training/image_0/000000_10.png data.kitti/unzip/training/image_0/000000_10.png PNG 1226x370 1226x370+0+0 8-bit sRGB 256c 258KB 0.000u 0:00.000
Can you try and figure out which line causes the c++ exception. The easiest way is to add print statements in the preprocess_kitti.lua script.
Sorry, something went wrong.
Thanks a lot for your kindly reply, yes, there is some wrong with my data folder.
No branches or pull requests
while i'm running this command :./preprocess_kitti.lua, it outputs:
dataset 2012
1
luajit: c++ exception
what's wrong with it?
The text was updated successfully, but these errors were encountered: