Skip to content

Commit ecfb38b

Browse files
author
Barış Zeren
committed
fix: spelling
Signed-off-by: Barış Zeren <baris@leodrive.ai>
1 parent 1ec2772 commit ecfb38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/autoware_tensorrt_rtmdet/src/tensorrt_rtmdet.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ bool TrtRTMDet::feedforward(
233233
trt_common_->enqueueV3(*stream_);
234234
#else
235235
std::vector<void *> buffers = {
236-
input_d_.get(), out_dets_d_.get(), out_labels_d_.get(), out_masks_d_.get()};
236+
input_d_.get(), out_detections_d_.get(), out_labels_d_.get(), out_masks_d_.get()};
237237

238238
trt_common_->enqueueV2(buffers.data(), *stream_, nullptr);
239239
#endif

0 commit comments

Comments
 (0)