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

segNet: Add zero-copy class score getter #574

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

segNet: Add zero-copy class score getter #574

wants to merge 2 commits into from

Conversation

kmfrick
Copy link

@kmfrick kmfrick commented May 17, 2020

This PR adds a getter for class probabilities to segNet.
This getter is zero-copy on a Jetson since all it does is return a pointer to the memory area containing non-argmaxed raw output.
I noticed that segNet::Mask() and segNet::Overlay() do not argmax on GPU but on CPU, so there is no performance loss on performing argmax yourself and this can be useful if you want to do e.g. bilinear filtering on probabilities in order to get less "blocky" results. This is my use case, so I figured somebody else could use this.

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

Successfully merging this pull request may close these issues.

None yet

1 participant