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};