Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/detection.cpp #9

Open
xiangw369 opened this issue Nov 15, 2023 · 0 comments
Open

src/detection.cpp #9

xiangw369 opened this issue Nov 15, 2023 · 0 comments

Comments

@xiangw369
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant