-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional Depth Modes: Subpixel, LR-check, extended-disparity support #163
Comments
Initial LR-check implementation is in #178 |
And see #184 for more of the |
We have an initial implementation of this now, including a point-cloud projector: https://github.com/luxonis/depthai-experiments#gen2-subpixel-and-lr-check-disparity-depth-here
It is configured with LRcheck + Subpixel by default.
Note that as of now there is no median filtering when any of the |
* Bug fix * Fixing negative * Updated device side fix for signs * Additinal checks * Fixed styling * updated FW to develop:
Start with the
why
:The additional depth modes available in our framework are useful in certain scenarios, including:
Move to the
how
:Analyze the memory/resource use of enabling these modes through the API, and implement such that limits are placed on other resources appropriately (e.g. fewer SHAVES available for neural compute).
Move to the
what
:Support the following additional depth modes:
The text was updated successfully, but these errors were encountered: