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

Tensorrt-Deformable-Detr

Results 6 Tensorrt-Deformable-Detr issues
Sort by recently updated
recently updated
newest added

First of all, I would like to thank you for your work that helped me implement the TensorRT deployment of Deformable-DETR on Linux. At present, I have a series of...

# Welcome update to OpenMMLab 2.0 I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial...

I ran your codes on a single A100 but the inference time is about 70ms for FP32 but I saw the relevant statistic is 35ms. So I wonder how you...

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

Traceback (most recent call last): File "onnx_deformable_detr.py", line 536, in model.forward = model.onnx_export File "lib/python3.8/site-packages/torch/nn/modules/module.py", line 1207, in __getattr__ raise AttributeError("'{}' object has no attribute '{}'".format( AttributeError: 'DeformableDETR' object has...