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

Interop Input and Output #76

Open
MasonJohnHawver42 opened this issue Mar 12, 2024 · 0 comments
Open

Interop Input and Output #76

MasonJohnHawver42 opened this issue Mar 12, 2024 · 0 comments

Comments

@MasonJohnHawver42
Copy link

Disclaimer: I haven't attempted to do this yet, but if someone has it would be very helpful. In a simulation rendered by OpenGL a left and a right view are rendered into two frame-buffers. The frame-buffers are stored on the VRAM (GPU) and I want to pass the frame-buffers ids (pointers) to libSGM to compute the disparity map and keep it in VRAM (GPU). Then finally I want to pass the disparity map to another process that is running a neural network that takes a disparity map as part of its input. Once this is done the disparity map can be freed from VRAM. How can I do this with minimal pain?

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