Skip to content

Commit 8832a3a

Browse files
style(pre-commit): autofix
1 parent d800691 commit 8832a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/tensorrt_yolox/src/tensorrt_yolox.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ bool TrtYoloX::feedforwardAndDecode(
944944
mask = getMaskImageGpu(&(d_segmentation_results[counter]), output_dims, out_w, out_h, i);
945945
} else {
946946
float * segmentation_results =
947-
segmentation_out_prob_h_.get() + (i * segmentation_out_elem_num_per_batch_);
947+
segmentation_out_prob_h_.get() + (i * segmentation_out_elem_num_per_batch_);
948948
mask = getMaskImage(&(segmentation_results[counter]), output_dims, out_w, out_h);
949949
}
950950
segmentation_masks_.emplace_back(std::move(mask));

0 commit comments

Comments
 (0)