Skip to content

src/detection.cpp #9

@xiangw369

Description

@xiangw369

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions