-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Segmentation fault #5
Comments
You are correct projection should generated the |
Any luck? |
Sorry, I haven't had any free time to devote to this lately. Does running this command via |
It's crashing on line 500 of the fork I've got:
indices: 719, 640 Works fine if you tweak the output size:
|
Would you be up for creating a PR to fix the issue? |
I'm afraid not at the moment, I was looking into this for work and changing the output parameters as a workaround was fine to let me proceed. I didn't get a chance to dig into how the function works enough to figure out why it's crashing (i.e.. what bounds checks are missing maybe). |
Great that the workaround has unblocked you!
Allocating some time to fix the bug would be a great way to give back! |
I'm trying to generate remapping for the Theta S with 1280x720 resolution images from dual fish eye cameras. I'm getting a segmentation fault when I run:
./projection -x xmap_thetaS.pgm -y ymap_thetaS.pgm -h 720 -w 1280 -r 640 -c 1280 -b 75 -m thetas
which is confusing. I thought
projection
was supposed to generate the.pgm
files, not use pre-existing ones. What am I missing here?The text was updated successfully, but these errors were encountered: