Giter Site home page Giter Site logo

Comments (4)

UNeedCryDear avatar UNeedCryDear commented on June 18, 2024

哪行哪句报的错误,这个参数定义在头文件里面,你用的onnx还是opencv的,找到对应头文件搜索一下就知道在哪里了。

from yolov5-seg-opencv-onnxruntime-cpp.

Auguuu avatar Auguuu commented on June 18, 2024

错误 C2039 "_className": 不是 "YoloSeg" 的成员 main.cpp 37
这个_className 一直报错

from yolov5-seg-opencv-onnxruntime-cpp.

UNeedCryDear avatar UNeedCryDear commented on June 18, 2024

错误 C2039 "_className": 不是 "YoloSeg" 的成员 main.cpp 37 这个_className 一直报错

检查一下头文件里面的这个_className ,你是不是改成了private了,不行的话这个前面价格public就可以了,外部无法直接访问私有成员变量的。或者你可以直接定义一个class name的vector数组,将test._className换成你自己的,这个是绘制结果的时候需要加上类名,对于推理不影响。

from yolov5-seg-opencv-onnxruntime-cpp.

Auguuu avatar Auguuu commented on June 18, 2024

错误 C2039 "_className": 不是 "YoloSeg" 的成员 main.cpp 37 这个_className 一直报错

检查一下头文件里面的这个_className ,你是不是改成了private了,不行的话这个前面价格public就可以了,外部无法直接访问私有成员变量的。或者你可以直接定义一个class name的vector数组,将test._className换成你自己的,这个是绘制结果的时候需要加上类名,对于推理不影响。

感谢您的回复,这个问题解决了,把报错的位置附近的注释删除掉就好了。

from yolov5-seg-opencv-onnxruntime-cpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.