Git Product home page Git Product logo

stixel-world's People

Contributors

gishi523 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar

stixel-world's Issues

Can't complie

i can't complie the code,and there is bug:
main.cpp:67:34: error: ‘create’ is not a member of ‘cv::StereoSGBM’
error: ‘MODE_SGBM_3WAY’ is not a member of ‘cv::StereoSGBM’

could you give me some suggestion?Thank you

About camera baseline

Hi, nice work! I just wondered why the camera baseline in your camera.xml file is 0.21 instead of 0.54 from official documents?

about camera.xml

Hi, I get problem about how to get camera parameters. Can you show me how to get them?

Dataset Not Accessible

Hello Gishi523,

the dataset url mentioned in the repo doesn't contains the dataset can i get the alternate path of the dataset or can you please share via from other sources

Thanks in advance

Regards,
Rajkumar S

row / cols

In FreeSpace::compute, isn't there an error regarding max cols / rows.

You write
const int umax = disparity.rows;
const int vmax = disparity.cols;

shouldn't it be?
const int umax = disparity.cols;
const int vmax = disparity.rows;

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.