talebolano / TensorRT_Seg_LW_Refinenet

一个简单的TensorRT实现语义分割的C++程序
58 stars 18 forks source link

What does this line do? #6

Open CoinCheung opened 5 years ago

CoinCheung commented 5 years ago

https://github.com/talebolano/TensorRT_Seg_LW_Refinenet/blob/e774ff318fa2ab17d911081e711e8e2e2be8d73c/TensorRT_Seg/TensorRT_Seg.cpp#L367

Hi,

I am studying from your code about how to use tensorrt to infer onnx model. I am quite confused about this line of L367. why do you destroy the builder, does the builder have relationship with the engine ?