TensorRT_Inference_Demo
TensorRT_Inference_Demo copied to clipboard
src/detection.cpp
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)这两个函数总是不能编译 但是源码已经有正确的声明了 想请教一下博主 如何解决这类问题