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
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
When I try execute the code, I am getting this error.
sampleSSDIBM.cpp:331:45: error: invalid conversion from ‘int’ to ‘nvinfer1::IBuilderConfig*’ [-fpermissive]
samplesCommon::enableDLA(builder, gArgs.useDLACore);
What is th epossible solution to this??
when I comment out, I am not gettging any errors. But the model does not detect anything. it is showing FAILED at the end.