Giter Site home page Giter Site logo

3d_reconstruction_from_stereo_images's People

Contributors

artyziff35 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

3d_reconstruction_from_stereo_images's Issues

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

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.

generate_depth_map issue problem

Hello. I am trying to convert a disparity map to Point Cloud using your source.
But here I have a problem first in RealDepth.py def " generate_depth_map".
Could you tell me what the value of these are in generate_dept_map function?
x = np.array([5, 32, 50, 100, 200])
y = np.array([9, 2, 1.5, 1, 0])
coeff = np.polyfit(x, y, 3)
height_a = 0.9
width_a = 1.2
depth_a = 1.5
height_b = 0.5
width_b = 0.67
depth_b = 0.75

Do those value come from your own image??
I am trying to use my image and my disparity image.
Can you tell me how to change those values from my image?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.