Skip to content
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

clarification on difference between visionworks and redtail? #155

Open
ghost opened this issue Oct 20, 2020 · 1 comment
Open

clarification on difference between visionworks and redtail? #155

ghost opened this issue Oct 20, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 20, 2020

Hi,

Both redtail and visionworks provide stereo camera depth detection. Just curious, why does NVidia have 2 repositories for this? Any general recommendations for picking one over the other? I get the feeling redtail is for video whereas visionworks is for static images?

@Alexey-Kamenev
Copy link
Collaborator

redtail's NVStereoNet was mostly experimental/research project to demonstrate the benefits of NVIDIA's Jetson platform for deep learning applications. Our original goal was to integrate the model with the rest of redtail code and make it a part of perception pipeline, but we did not have time to do that.

VisionWorks is a toolkit which contains a lot of different CV algorithms, including depth estimation from stereo. AFAIR, VisionWorks depth estimation uses SGM (i.e. not DL). VW should be easier to integrate into your code as that's the main purpose of the toolkit - be reusable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant