Digital2Slave / ncnn-android-yolov8-seg

a sample yolov8 object segment android project based on ncnn and opencv.
68 stars 8 forks source link

opencv运行报错 #1

Open Deep55033 opened 1 year ago

Deep55033 commented 1 year ago

测试NCNN模型时报错 terminate called after throwing an instance of 'cv::Exception' what(): OpenCV(4.2.0) ../modules/core/src/matrix_wrap.cpp:1659: error: (-215:Assertion failed) !fixedSize() in function 'release' 是因为OPENCV版本的问题吗?

Digital2Slave commented 1 year ago

@Deep55033 嗯,我这边是只测试了OpenCV 4.6.0版本。