Skip to content
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

luajit: c++ exception #15

Closed
Jessie2014 opened this issue Jan 15, 2017 · 2 comments
Closed

luajit: c++ exception #15

Jessie2014 opened this issue Jan 15, 2017 · 2 comments

Comments

@Jessie2014
Copy link

while i'm running this command :./preprocess_kitti.lua, it outputs:
dataset 2012
1
luajit: c++ exception
what's wrong with it?

@jzbontar
Copy link
Owner

I tried running this script today with the newest version of torch and it works on my system. Let's try the following:

  1. 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

  2. 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.

@Jessie2014
Copy link
Author

Thanks a lot for your kindly reply, yes, there is some wrong with my data folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants