Tensorrt-Deformable-Detr icon indicating copy to clipboard operation
Tensorrt-Deformable-Detr copied to clipboard

plugin arg

Open cwreed opened this issue 2 years ago • 1 comments
trafficstars

In demo.py, what argument should be passed for plugin? What role does this play here? Thanks.

cwreed avatar Jun 04 '23 17:06 cwreed

In demo.py, what argument should be passed for plugin? What role does this play here? Thanks.

When using versions earlier than Tensorrt 8.4.1.5, you should compile the MultiScaleDeformableAttention layer as a plugin and add your plugin .so path after -- plugin

talebolano avatar Jun 05 '23 09:06 talebolano