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 has been 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.
Can someone give some solution to this error.
Thank you
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
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.
Can someone give some solution to this error.
Thank you
The text was updated successfully, but these errors were encountered: