Skip to content

Commit

Permalink
Bugfix for BatchedNMSPlugin build regression
Browse files Browse the repository at this point in the history
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
  • Loading branch information
rajeevsrao committed Jun 17, 2020
1 parent 58bae5b commit 81448ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/batchedNMSPlugin/batchedNMSPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ void BatchedNMSPlugin::setPluginNamespace(const char* pluginNamespace)

const char* BatchedNMSPlugin::getPluginNamespace() const
{
return mNamespace;
return mNamespace.c_str();
}

nvinfer1::DataType BatchedNMSPlugin::getOutputDataType(
Expand Down

0 comments on commit 81448ca

Please sign in to comment.