Skip to content

Commit c1f75e1

Browse files
authored
fix(autoware_tensorrt_yolox): fix unreadVariable (autowarefoundation#8356)
* fix:unreadVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix:unreadVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> --------- Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
1 parent 40ed473 commit c1f75e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

perception/autoware_tensorrt_yolox/src/tensorrt_yolox.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ TrtYoloX::TrtYoloX(
186186
}
187187
tensorrt_yolox::ImageStream stream(max_batch_size, input_dims, calibration_images);
188188
fs::path calibration_table{model_path};
189-
std::string calibName = "";
190189
std::string ext = "";
191190
if (build_config.calib_type_str == "Entropy") {
192191
ext = "EntropyV2-";

0 commit comments

Comments
 (0)