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

Add support for variable sized image preprocessing pipelines #12

Open
csvance opened this issue Oct 22, 2018 · 0 comments
Open

Add support for variable sized image preprocessing pipelines #12

csvance opened this issue Oct 22, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@csvance
Copy link
Owner

csvance commented Oct 22, 2018

A potential use case for the classification node involves cutting out a section of an image over an object detected with depth sensing/LIDAR and passing it to the classification node. This has the potential to identify more objects than is currently possible with DetectNets with better performance. But the images will be of different sizes when they are sent for classification. The preprocess pipeline CUDAPipeIO needs to contain the input image size as well as allocating memory for a declared maximum input image size.

@csvance csvance added the enhancement New feature or request label Oct 22, 2018
@csvance csvance added this to the 1.1 milestone Oct 22, 2018
@csvance csvance self-assigned this Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant