xinsuinizhuan

Results 143 comments of xinsuinizhuan

> > > 有onnx模型,可以自己转哦 另外,我尝试过,直接使用ncnn中的onnx2ncnn转crnn_lstm和crnn_lstm_lite时,提示操作不支持,但是看niuhui大神的手动修改,没看懂。是即使转换后有些模型提示不支持,然后自己手动打开parms文件,直接修改reshape等操作吗?

> > > @xinsuinizhuan 竖排横排都是支持的,正反方向onnx还不支持 您这边方便转换吗?我这边尝试过转换,确实是一直提示不支持。 我这边使用ncnn的onnx2ncnn直接转换日志如下: Shape not supported yet! Gather not supported yet! # axis=0 Unsupported unsqueeze axes ! Unsupported unsqueeze axes ! Unsupported unsqueeze axes ! ConstantOfShape...

> > > @xinsuinizhuan 先处理一下 https://github.com/daquexian/onnx-simplifier 第一步 安装pip install onnx-simplifier 第二步: (base37) C:\WINDOWS\system32>python -m onnxsim I:\OCR\chineseocr_lite-onnx\models\crnn_lstm.onnx I:\OCR\chineseocr_lite-onnx\models\crnn_lstm_ex.onnx Simplifying... Traceback (most recent call last): File "E:\ProgramData\Anaconda3\envs\base37\lib\runpy.py", line 193, in _run_module_as_main "__main__",...

https://github.com/ouyanghuiyu/chineseocr_lite/issues/236#issuecomment-675221959 楼主,可以帮帮看一下吗?我这边要C++加载试试模型,C++进行部署测试。但是现在模型无法转换。

> > > There is the Plugin for converting the image data structure to the OpenCV ([www.opencv.org](http://www.opencv.org)) data structure, `cv::Mat`: > > `CImg/plugins/cvMat.h` > > But OpenCV also has a...

是否可以提供一个C++或者C版本,使用opencv dnn的demo,我尝试过,可以使用opencv dnn加载模型,但是forward崩溃。非常感谢!

Do you have solved this preblem, i also have the same bug?

> > > SamplePersonPose要使用的模型目前已上传 if (!detector.Init("model/MobileNetSSD_deploy.zqparams", "model/MobileNetSSD_deploy.nchwbin", "detection_out", 15, "model/ZQCNN-model.zqparams", "model/ZQCNN-model.nchwbin", "CPM/stage_2_out")) Oh,No. 要跑PersonPose,还需要ZQCNN-model模型

只能识别这种横着的吗,倾斜的和竖直的能识别不?

支持中文识别不?还是只能识别数字和英文?