add veri demo and udp receiver.

This commit is contained in:
Daniel 2023-11-01 15:06:42 +08:00
parent d77f813199
commit 8a304fc546
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ namespace sv
std::string trt_model_fn = get_home() + SV_MODEL_DIR + "veri.engine"; std::string trt_model_fn = get_home() + SV_MODEL_DIR + "veri.engine";
if (!is_file_exist(trt_model_fn)) 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}; char *trt_model_stream{nullptr};
size_t trt_model_size{0}; size_t trt_model_size{0};