Skip to content

Commit

Permalink
fix(tensorrt_yolox): fix unusedVariable warning (autowarefoundation#7586
Browse files Browse the repository at this point in the history
)

fix unusedVariable warning

Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
  • Loading branch information
veqcc authored Jun 24, 2024
1 parent 2ca276f commit 8df02f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion perception/tensorrt_yolox/src/tensorrt_yolox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,6 @@ bool TrtYoloX::doInferenceWithRoi(
bool TrtYoloX::doMultiScaleInference(
const cv::Mat & image, ObjectArrays & objects, const std::vector<cv::Rect> & rois)
{
std::vector<cv::Mat> images;
if (!trt_common_->isInitialized()) {
return false;
}
Expand Down

0 comments on commit 8df02f5

Please sign in to comment.