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

KeyError: 'distortion' #2

Open
3togo opened this issue Jul 6, 2018 · 2 comments
Open

KeyError: 'distortion' #2

3togo opened this issue Jul 6, 2018 · 2 comments

Comments

@3togo
Copy link

3togo commented Jul 6, 2018

jc@jc-X230:~/git/dibr-rvs$ python gammas.py --rig blender_data/cameraSettings.json --rgb blender_data --depth blender_data --out blender_output --outfile blender_output/gammas.csv --method dibr
WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
[0, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 120, 128, 136, 144, 152, 160, 168, 176, 184, 192, 200, 208, 216, 224, 232]
Traceback (most recent call last):
File "gammas.py", line 96, in
}) for x in xrange(xs) for y in xrange(ys)}
File "gammas.py", line 96, in
}) for x in xrange(xs) for y in xrange(ys)}
KeyError: 'distortion'

@dayjaby
Copy link
Owner

dayjaby commented Jul 10, 2018

Please pull the newest commit. Should work then.

In blender_data/cameraSettings.json you can change xs to [0, 5] and ys to [0, 1] if you want some quick results, which you can see in blender_output then.

@doris0428c
Copy link

an$ python gammas.py --rig blender_data/cameraSettings.json --rgb blender_data --depth blender_data --out blender_output --outfile blender_output/gammas.csv --method dibr
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29]
Traceback (most recent call last):
File "gammas.py", line 96, in
}) for x in xrange(xs) for y in xrange(ys)}
File "gammas.py", line 96, in
}) for x in xrange(xs) for y in xrange(ys)}
KeyError: 'camera_id'

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

3 participants