feat(deployment): BEVFusion + CenterPoint deployment pipeline (no qua…#218
Draft
vividf wants to merge 10 commits into
Draft
feat(deployment): BEVFusion + CenterPoint deployment pipeline (no qua…#218vividf wants to merge 10 commits into
vividf wants to merge 10 commits into
Conversation
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
…ntization) Deployment-only slice of the migrated deployment/ framework: - BEVFusion ONNX/TensorRT export + evaluation (single main_body and split sparse/dense), FP16/FP32, with sparse-encoder float shadow, SparseConv+BN fusion, and ImplicitGemm ReLU fusion for the sparse ONNX graph. - CenterPoint fp16/fp32 deploy configs and ONNX model loading. - Shared deployment framework edits (config schema/base, exporters, plugin loading) needed by the above. Contains NO quantization: the shared quantization framework, PTQ/QAT producers, INT8 deploy configs, the sparse INT8 ONNX transform, INT8/PTQ docs, and the C++ INT8 TensorRT plugin are all excluded. Signed-off-by: vividf <yihsiang.fang@tier4.jp>
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
b803f55 to
e1be72f
Compare
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Write what you change and why you change
Change point
Explain for detail
If you add new feature or fix for core library
If you add new feature or fix for projects
If you change the thing without program
Note
Write note like influences for other projects.
Test performed