jkjung-avt / tensorrt_demos

TensorRT MODNet, YOLOv4, YOLOv3, SSD, MTCNN, and GoogLeNet
https://jkjung-avt.github.io/
MIT License
1.75k stars 547 forks source link

can the same libyolo_layer.so file be used accross differen machines? #548

Closed aafaqin closed 2 years ago

aafaqin commented 2 years ago

I have tried doing it and it and i got no errors. But just curious to know is it a correct way to do? This was I can use the same 'libyolo_layer.so' file and the extra step can be reduced for me to deploy the same application accross multiple devices easily.

It does give this warning though-


[05/04/2022-18:29:05] [TRT] [W] TensorRT was linked against cuBLAS/cuBLAS LT 11.8.0 but loaded cuBLAS/cuBLAS LT 11.5.4
[05/04/2022-18:34:08] [TRT] [W] TensorRT was linked against cuBLAS/cuBLAS LT 11.8.0 but loaded cuBLAS/cuBLAS LT 11.5.4
jkjung-avt commented 2 years ago

I can think of the following scenarios: