We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2783aa9 commit 3f9fea1Copy full SHA for 3f9fea1
1 file changed
src/Detector/OCVDNNDetector.cpp
@@ -200,7 +200,6 @@ void OCVDNNDetector::Detect(const cv::UMat& colorFrame)
200
else
201
{
202
std::vector<cv::Rect> crops = GetCrops(m_maxCropRatio, cv::Size(m_inWidth, m_inHeight), colorFrame.size());
203
- regions_t tmpRegions;
204
for (size_t i = 0; i < crops.size(); ++i)
205
206
const auto& crop = crops[i];
0 commit comments