TensorRT_Inference_Demo icon indicating copy to clipboard operation
TensorRT_Inference_Demo copied to clipboard

src/detection.cpp

Open xiangw369 opened this issue 2 years ago • 0 comments

TensorRT_Inference_Demo/src/detection.cpp:19:6: error: no declaration matches ‘void Detection::Inference(const string&, const cv::String&, bool)’ 19 | void Detection::Inference(const std::string &input_path, const cv::String &save_path, const bool video) { TensorRT_Inference_Demo/src/instance_segmentation.cpp:20:6: error: no declaration matches ‘void InstanceSegmentation::Inference(const string&, const cv::String&, bool)’ 20 | void InstanceSegmentation::Inference(const std::string &input_path, const cv::String &save_path, const bool video)这两个函数总是不能编译 但是源码已经有正确的声明了 想请教一下博主 如何解决这类问题

xiangw369 avatar Nov 15 '23 06:11 xiangw369