NickleZheng

Results 6 comments of NickleZheng

ffmpeg depend other libs(libpng16, freetype .. ), you also need to link them to your target. what's more, wrap ffmpeg header file with `extern C` while including them in c++...

Yes, I also want it vertical support. Are you developing this feature recently? if not yet, I hope to contribute some code if you permit. I am studying your code...

I have the same problem imported by [commit 2310d475](https://github.com/Tencent/TNN/commit/2310d475191b33eac01134659663a243d5d7a27a), where adding `add_definitions( -mfloat-abi=softfp )` in [CMakeLists.txt line 286](https://github.com/Tencent/TNN/commit/2310d475191b33eac01134659663a243d5d7a27a#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a) **if you remove `add_definitions( -mfloat-abi=softfp )`, this problem will disappear. but another...

This link is no longer valid, where can we download this old version docker(1.7.0)? > You can get from here baidu cloud: https://eyun.baidu.com/s/3dHiqukh fetch code: rknn

我使用toolkit1.7.5采用mmse量化时遇到了类似的问题 ``` E Run sub net (layer: Concat_Concat_36_62_RKNN_mark_perm_163) catch exception: Cannot feed value of shape (1, 20, 36, 64) for Tensor 'Placeholder:0', which has shape '(100, 20, 36, 64)' E...

I have the same problem on m1 mac