CenterPoint icon indicating copy to clipboard operation
CenterPoint copied to clipboard

Visualisation or infernce from TensorRT

Open lahari21 opened this issue 4 years ago • 4 comments

Hello @CarkusL I have tried you method for converting centerpoint into onnx and then into tensorRT. Is there a way can visualize the engine file output or calculating the validation accuracy of the engine file generated?

lahari21 avatar Jul 13 '21 14:07 lahari21

I uploaded the visualisation scripts TensorRT_Visualize.ipynb . You can check the ReadMe https://github.com/CarkusL/CenterPoint/tree/main/tensorrt/samples/centerpoint

CarkusL avatar Jul 18 '21 04:07 CarkusL

I will add the postprocess implementation in TensorRT in the next few weeks.

CarkusL avatar Jul 18 '21 04:07 CarkusL

Is your pipeline complete? I mean including the postprocessing part?

YoushaaMurhij avatar Sep 15 '21 10:09 YoushaaMurhij

Is your pipeline complete? I mean including the postprocessing part?

yes, please check the postprocess.cpp

CarkusL avatar Oct 16 '21 03:10 CarkusL