tensorrtx
tensorrtx copied to clipboard
error: member function declared with "override" does not override a base class member
Hello @wwqgtxx I am running arcface after running cmake .. I am running make and getting this error
/tensorrtx/arcface/prelu.h(31): error: member function declared with "override" does not override a base class member
/tensorrtx/arcface/prelu.h(64): error: exception specification for virtual function "nvinfer1::PReluPlugin::detachFromContext" is incompatible with that of overridden function "nvinfer1::IPluginV2Ext::detachFromContext"
Can you try tensorrt7.x?
I don't have tensorrt7 but i think the issue we need to add noexcept override as mention in yolov5
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.