Hi Supporter,
I’m using Jetpack 4.2.2 with TensorRT 5.1.6.
I created successfully engine file from UFF file by using python script and link to this library libflattenconcat.so
ctypes.CDLL("/usr/local/lib/libflattenconcat.so")
But when load the engine file using c++ code, I linked this libflattenconcat.so to application by using Cmake. However I can’t deserialize the engine because lack of FlattenConcat_TRT plugin.
Plugin Creator registration succeeded - GridAnchor_TRT
Plugin Creator registration succeeded - NMS_TRT
Plugin Creator registration succeeded - Reorg_TRT
Plugin Creator registration succeeded - Region_TRT
Plugin Creator registration succeeded - Clip_TRT
Plugin Creator registration succeeded - LReLU_TRT
Plugin Creator registration succeeded - PriorBox_TRT
Plugin Creator registration succeeded - Normalize_TRT
Plugin Creator registration succeeded - RPROI_TRT
Plugin Creator registration succeeded - BatchedNMS_TRT
getPluginCreator could not find plugin FlattenConcat_TRT version 1 namespace
Cannot deserialize plugin FlattenConcat_TRT
getPluginCreator could not find plugin FlattenConcat_TRT version 1 namespace
Cannot deserialize plugin FlattenConcat_TRT
Did you meet this problem before and if yes, could you share me how do you can overcome this issue ?
Many thank in advance !
Regards,
Khang