DerryHub / BEVFormer_tensorrt

BEVFormer inference on TensorRT, including INT8 Quantization and Custom TensorRT Plugins (float/half/half2/int8).
Apache License 2.0
432 stars 71 forks source link

Are the Inverse, BEV Pool V2, Flash Multi-Head Attention not used in the bevformer? #93

Open kamiLight opened 11 months ago

kamiLight commented 11 months ago

Thanks for your great work! I found the Grid Sampler, Multi-scale Deformable Attention, Modulated Deformable Conv2d, Rotate plugins are used in the bevformer, but i couldn't find others, i.e. Inverse, BEV Pool V2, Flash Multi-Head Attention, are these plugins used in bevformer?