-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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)这两个函数总是不能编译 但是源码已经有正确的声明了 想请教一下博主 如何解决这类问题
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels