3D_Reconstruction_From_Stereo_Images icon indicating copy to clipboard operation
3D_Reconstruction_From_Stereo_Images copied to clipboard

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

Open Rishi5583 opened this issue 5 years ago • 0 comments

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.

Rishi5583 avatar Apr 18 '19 05:04 Rishi5583