From 8a304fc54664578250af61891f7ec1059f78d586 Mon Sep 17 00:00:00 2001 From: Daniel <1367240116@qq.com> Date: Wed, 1 Nov 2023 15:06:42 +0800 Subject: [PATCH] add veri demo and udp receiver. --- algorithm/veri/cuda/veri_det_cuda_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithm/veri/cuda/veri_det_cuda_impl.cpp b/algorithm/veri/cuda/veri_det_cuda_impl.cpp index c307ff1..bf1fcc4 100644 --- a/algorithm/veri/cuda/veri_det_cuda_impl.cpp +++ b/algorithm/veri/cuda/veri_det_cuda_impl.cpp @@ -77,7 +77,7 @@ namespace sv std::string trt_model_fn = get_home() + SV_MODEL_DIR + "veri.engine"; if (!is_file_exist(trt_model_fn)) { - throw std::runtime_error("SpireCV (104) Error loading the LandingMarker TensorRT model (File Not Exist)"); + throw std::runtime_error("SpireCV (104) Error loading the VeriDetector TensorRT model (File Not Exist)"); } char *trt_model_stream{nullptr}; size_t trt_model_size{0};