Git Product home page Git Product logo

Comments (6)

sml2h3 avatar sml2h3 commented on July 19, 2024

假装看不到吧,这个我也不知道该咋解决了。。

2021-07-30 15:45:48.3226553 [W:onnxruntime:, execution_frame.cc:721 onnxruntime::ExecutionFrame::VerifyOutputSizes] Expected shape from model of {1,19} does not match actual shape of {1,20} for output output
screenImg03

from ddddocr.

epver avatar epver commented on July 19, 2024

你可以设置

onnxruntime.set_default_logger_severity(3)

来源链接

from ddddocr.

arvinyi avatar arvinyi commented on July 19, 2024

I don't know the means number(3),can you explain it

from ddddocr.

instant-high avatar instant-high commented on July 19, 2024

Insert this code into ./insightface_func/face_detect_crop_single.py and ./insightface_func/face_detect_crop_multi.py
to supress error msg:

10 import onnxruntime
11 onnxruntime.set_default_logger_severity(3)

This will show if onnx running on CPU or GPU:
12 print( "Running on: " + onnxruntime.get_device() )
optional:
#13 input("Press Enter to continue...")

from ddddocr.

wsgehaishan520 avatar wsgehaishan520 commented on July 19, 2024

https://blog.csdn.net/weixin_38443388/article/details/108677003

from ddddocr.

sml2h3 avatar sml2h3 commented on July 19, 2024

pip安装1.0.9版即可

from ddddocr.

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.