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

if the input size of the spconv onnx should be dynamic ? #220

Open
pegasus-zhang opened this issue Dec 5, 2023 · 1 comment
Open

if the input size of the spconv onnx should be dynamic ? #220

pegasus-zhang opened this issue Dec 5, 2023 · 1 comment

Comments

@pegasus-zhang
Copy link

hi,
in this project the onnx file generated from spconv has a static input size of 51, while the generated trt engine from the onnx file shoud have an input size of voxelNumber5 which is dynamic , is there any conversion for this in the "Inference function for sparse convolution" in libspconv ?

@hopef
Copy link
Collaborator

hopef commented Dec 7, 2023

By default, libspconv is running on dynamic input size.
The input size (5, 1) does not affect the pipeline. It's just a placeholder!

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

2 participants