Skip to content

Commit f83010e

Browse files
committed
Remove unused private field in proposalLayerPlugin
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
1 parent 9881800 commit f83010e

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

plugin/proposalLayerPlugin/proposalLayerPlugin.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ ProposalLayer::ProposalLayer(const void* data, size_t length)
220220
mBackgroundLabel = -1;
221221
mPreNMSTopK = prenms_topk;
222222
mKeepTopK = keep_topk;
223-
mScoreThreshold = 0.0;
224223
mIOUThreshold = iou_threshold;
225224

226225
mParam.backgroundLabelId = -1;

plugin/proposalLayerPlugin/proposalLayerPlugin.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ class ProposalLayer : public IPluginV2Ext
9797
int mBackgroundLabel;
9898
int mPreNMSTopK;
9999
int mKeepTopK;
100-
float mScoreThreshold;
101100
float mIOUThreshold;
102101

103102
int mMaxBatchSize;

0 commit comments

Comments
 (0)