add veri demo and udp receiver.
This commit is contained in:
parent
d77f813199
commit
8a304fc546
|
@ -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};
|
||||||
|
|
Loading…
Reference in New Issue