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

if min_range <= disparity[row, column] <= max_range: IndexError: index 230 is out of bounds for axis 0 with size 230 #1

Open
Rishi5583 opened this issue Apr 18, 2019 · 0 comments

Comments

@Rishi5583
Copy link

Rishi5583 commented Apr 18, 2019

When running the master.py , I am getting errors :
rd.convert_to_ply(disparity=disparity,model_3d=model3D_matrix ,name=name, image_path=path_r, cmp_range=70,percent=15, downsample_n=0)
File "C:\src\RealDepth.py", line 136, in convert_to_ply
if min_range <= disparity[row, column] <= max_range:
IndexError: index 230 is out of bounds for axis 0 with size 230
I have changed index value , nothing working fine . Please help & guide me , it will be very helpful for me .
Regards.
Btw , I am using Python 3.7.

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

1 participant