GithubHelp home page GithubHelp logo

nburrus / stereodemo Goto Github PK

View Code? Open in Web Editor NEW
129.0 2.0 9.0 131 KB

Small Python utility to compare and visualize the output of various stereo depth estimation algorithms

License: MIT License

Python 99.84% Shell 0.16%
deep-learning depth-estimation stereo-matching stereo-vision stereo-depth-estimation

stereodemo's People

Contributors

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

Watchers

 avatar  avatar

stereodemo's Issues

Correct version of open3d

Upon first installation, it would install open3d v0.10.0.0, but it need the latest version v0.15.2

First error after installation is the following:
import open3d.visualization.gui as gui
After manually installing v0.12.0 as recommended here, I get the following error:
AttributeError: 'open3d.cpu.pybind.visualization.gui.SceneWidget' object has no attribute 'look_at'
which is new in v0.13.0, so I go ahead and install that, and I get the following error:
AttributeError: 'open3d.cpu.pybind.visualization.gui.ListView' object has no attribute 'set_max_visible_items'
and well then I installed v0.15.2, and that finally stopped complaining.
Might be best to add more strict requirements to the setup config.

Though it still doesn't start well, window doesn't render and nothing happens. Does it download models in the background? It should probably have some indication of that before opening a GUI window. Output:

INFO: will store downloaded models in /home/user/.cache/stereodemo/models
Trying to connect to an OAK camera...
FEngine (64 bits) created at 0x7ff6390 (threading is enabled)
FEngine resolved backend: OpenGL

Strange results

I use my own data without calibration data, and got this map.Does the calibration is always required?
222ad2db43f777caccff35d2c20b76c

OV9282 doesn't support THE_480_P resolution, defaulting to THE_400_P

Thanks for the wonderful code.
I tried running the demo using OAK-D, was getting error based on resolution.

[14442C1061F35DD700] [2.4] [510.014] [MonoCamera(1)] [error] OV9282 doesn't support THE_480_P resolution, defaulting to THE_400_P
[14442C1061F35DD700] [2.4] [510.014] [MonoCamera(0)] [error] OV9282 doesn't support THE_480_P resolution, defaulting to THE_400_P

assert self.input.left_image.shape[1] == self.input.calibration.width and self.input.left_image.shape[0] == self.input.calibration.height

The demo without the OAK-D was working.

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.