TensorRT-CenterNet icon indicating copy to clipboard operation
TensorRT-CenterNet copied to clipboard

can the decode part be implemented inside the tensorrt model?

Open Libaishun opened this issue 5 years ago • 1 comments

it would be nice if the decode part is treated as part of the tensorrt model rather than postprocess outside, i tried to embed it, for that i use torch.nonzero() which unfortunately is a unsupported op by tensorrt

Libaishun avatar Feb 20 '20 03:02 Libaishun

The post-processing part can be develop as a custom op of onnx like dcnv2.

CaoWGG avatar Mar 07 '20 16:03 CaoWGG