Skip to content

Commit 8df02f5

Browse files
authored
fix(tensorrt_yolox): fix unusedVariable warning (#7586)
fix unusedVariable warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
1 parent 2ca276f commit 8df02f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

perception/tensorrt_yolox/src/tensorrt_yolox.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,6 @@ bool TrtYoloX::doInferenceWithRoi(
821821
bool TrtYoloX::doMultiScaleInference(
822822
const cv::Mat & image, ObjectArrays & objects, const std::vector<cv::Rect> & rois)
823823
{
824-
std::vector<cv::Mat> images;
825824
if (!trt_common_->isInitialized()) {
826825
return false;
827826
}

0 commit comments

Comments
 (0)