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

why not use TensorRT for LidarBackbone model in CUDA-BEVFusion? #285

Open
fsi-kawatawa opened this issue Sep 26, 2024 · 1 comment
Open

Comments

@fsi-kawatawa
Copy link

Hello,
In CUDA-BEVFusion, LiDAR Backbone uses ONNX format files (lidar.backbone.xyz.onnx).
Is there any reason why the TensorRT transformation is not performed as in other models (e.g. camera.backbone.onnx)?

@hopef
Copy link
Collaborator

hopef commented Sep 27, 2024

This is just because the DDS (data dependence shape) feature is not supported in TensorRT(<=8.x).

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