Jingyu Yan

Results 37 comments of Jingyu Yan

感谢反馈,我会去找一台jetson nano尝试复现出问题

可能是我提供的mnn库在你的计算机上出现依赖版本错误的问题: 1. 请把你的系统信息告诉我,我这边尝试排查一下; 2. 如果可以建议在你的计算机本地上重新编译一下MNN库,再去替换项目提供的第三方库,MNN请使用2.2.0以上版本:https://github.com/alibaba/MNN/releases

检查一下编译的环境,如gcc版本和链接的标准库是否匹配

可尝试将代码通过编写某些平台native的方式提供接口进行调用,如jni、python native等

暂时还没有更新java的jni代码,您可以先参考android的jni实现,代码有差异但是不大,稍作修改应该可以使用:https://github.com/szad670401/HyperLPR/blob/master/cpp/platform/jni/android/hyperlpr_native.cpp

[Uploading m7d.onnx.zip…]() onnx已上传,谢谢!

I have the same problem, have you solved it?

I tried setting up a streaming service using mediamtx and pushing the stream with ffmpeg, and it was successfully decoded with StreamReader. However, when I switched to using a real...

I found through the source code that it does not seem to support the yuvj420p format, and may need to modify the source code to enable support: [https://github.com/pytorch/audio/blob/main/src/libtorio/ffmpeg/stream_reader/conversion.cpp](https://github.com/pytorch/audio/blob/main/src/libtorio/ffmpeg/stream_reader/conversion.cpp) Another method...

I just tested and indeed reproduced this issue: when executing RGA instructions to process images with the same dimensions, invalid images are produced. I will fix this first.