Giter Club home page Giter Club logo

Comments (1)

LearnTechWithUs avatar LearnTechWithUs commented on May 23, 2024
  • There isn't much that can be done for speeding up the process besides running the program on a more powerfull CPU. Another solution could be to take smaller dimensions for the video input(e.g. 300px300p), diplaying less feature maps on the screen?. Look for a solution were u could process using a GPU ? The program is still a prototype, so we didn't bother too much for a more faster processing on the Disparity Map.

  • Our use case didn't demand a long range so we didn't try, but what might work (testing needed) in our opinion is increasing the distance between the two cameras(Will get better results for the disparity map if you want to work on long range) and then tweak the parameters in Main_Stereo_Vision_Prog.py, line 155/ stereo = cv2.StereoSGBM_create(minDisparity = min_disp,... till line 163. Try finding the best parameters by experimenting.

  • You don't need to input the focal f from the cameras in the code nor the distance between the two cameras ;)

Hope the answer will be helpfull :) Let us know how it worked out for you in speeding up the processing time and if/how you managed to increase the range ;)

Have a good day !

from stereo-vision.

Related Issues (13)

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.