panda
panda
> > 使用xcode编译project/ios/MNN.xcodeproj可以正常编译。想知道project/ios/MNN.xcodeproj是怎么生成的 > > set_target_properties(MNN_Arm82 PROPERTIES XCODE_ATTRIBUTE_OTHER_CFLAGS "-march=armv8.2-a+fp16 -DENABLE_ARMV82") set_target_properties(MNNARM64 PROPERTIES XCODE_ATTRIBUTE_OTHER_CFLAGS "-march=armv8.2-a+dotprod -DENABLE_ARMV82") 同遇到类似问题 mnn工程里面exclude 部分armv82的代码? 大概率不支持
solution: the prelu can't only broadcast on channel , the prelu weight's shape should be Cx1x1 or c ,
> OK, FINALLY, I found a workaround that works for me > > Please, go to your visual code setting and remove Bazel:Queries share folder. > For some reason using...
hi @RuiwenTang good solutions, it works thanks very much
@RuiwenTang maybe there is a edge problem, after the sweenAngle is 360 , the position is incorrect,i fix by limit max progress to 0.99
> I have managed to build master on Mac OS 10.14.6 (yes, I'm still clinging on to some 32-bit x84 things), using libraries installed through Homebrew except for Qt. >...
after a tons of test , the app runs in debug 1、close openmp if you need in DefineOptions 2、link to you local QT5 that setup CMAKE_PREFIX_PATH to you local qt...
我 m2电脑,打开 pagviewer直接崩了
PAGFile file1 = PAGFile.Load(getAssets(),"test2/bg_test_bmp.pag"); PAGFile file2 = PAGFile.Load(getAssets(),"test2/front_test_bmp.pag"); file1.addLayer(file2); PAGImageView pagImageView = pagView1; pagImageView.setComposition(file1); pagImageView.setRepeatCount(-1); pagImageView.setCacheAllFramesInMemory(false); pagImageView.play(); 将2个pag叠加到一起也是一样的问题