Coder Social home page Coder Social logo

Comments (4)

dkurt avatar dkurt commented on June 22, 2024

@cuixing158, Am I right that you applied some changes described in opencv/opencv#14409 (comment)?

If so, please try to not rename the library but rebuild it.

from open_model_zoo.

cuixing158 avatar cuixing158 commented on June 22, 2024

@dkurt thanks give me a advice, but it seems that the question I asked has a little relationship with what you said. My cpu supports the avx2 instruction set. According to the steps you gave, the same exception still occurs.
The exception window will pop up,it said "0x00007FFE2FB7D4F6 (cpu_extension_avx2.dll)处(位于 OpenVINO.exe 中)引发的异常: 0xC0000005: 读取位置 0x000000000000000F 时发生访问冲突。如有适用于此异常的处理程序,该程序便可安全地继续运行。"
( translation: Exception thrown at 0x00007FFE2FB7D4F6 (cpu_extension_avx2.dll) (located in OpenVINO.exe): 0xC0000005: An access violation occurred while reading location 0x000000000000000F. If there is a handler for this exception, the program can continue to run safely.)
Another curious question is, Debug mode can lead to this exception, Release mode is OK,why ?

from open_model_zoo.

cuixing158 avatar cuixing158 commented on June 22, 2024

Another question is, isn't it the name of the specify layer in the forward parameter not working?
such as:
Mat features = facemodel.forward(), myLayerName must the last layer name?
That is, OpenVINO can't support extracting the middle layer features of the network?

from open_model_zoo.

IRDonch avatar IRDonch commented on June 22, 2024

It's very unlikely that this is an issue with the model. A crash means that the problem is in either OpenCV's DNN module or Inference Engine. I would suggest you try to replicate this with the Inference Engine API. If you can get it to crash, file a bug against Inference Engine. If you cannot, but it still crashes if you use the OpenCV API, file a bug against OpenCV.

from open_model_zoo.

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.