You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/TensorRT-Yolov3/tensorRTWrapper/code/include/PluginFactory.h:20:29: error: ‘nvinfer1::plugin::createPReLUPlugin’ has not been declared .
i check the NvInferPlugin.h file , there is no createPReLUPlugin , but only createLReLUPlugin.
even i change to createLReLUPlugin , still the same error as:
error: ‘nvinfer1::plugin::createLReLUPlugin’ has not been declared
my tensorrt is 7.2.1.6 , unpack from a zip file.
in the cmake , i set the TENSORRT_ROOT coresspondingly.
set(TENSORRT_ROOT {home_DIR}/TensorRT-7.2.1.6)
please help ?
The text was updated successfully, but these errors were encountered:
can not build , the error is :
/TensorRT-Yolov3/tensorRTWrapper/code/include/PluginFactory.h:20:29: error: ‘nvinfer1::plugin::createPReLUPlugin’ has not been declared .
i check the NvInferPlugin.h file , there is no createPReLUPlugin , but only createLReLUPlugin.
even i change to createLReLUPlugin , still the same error as:
error: ‘nvinfer1::plugin::createLReLUPlugin’ has not been declared
my tensorrt is 7.2.1.6 , unpack from a zip file.
in the cmake , i set the TENSORRT_ROOT coresspondingly.
set(TENSORRT_ROOT {home_DIR}/TensorRT-7.2.1.6)
please help ?
The text was updated successfully, but these errors were encountered: