setup-msbuild icon indicating copy to clipboard operation
setup-msbuild copied to clipboard

A GitHub Action to facilitate configuring MSBuild in the workflow PATH for building .NET Framework applications.

Results 30 setup-msbuild issues
Sort by recently updated
recently updated
newest added

为什么这里面cd ../3rdparty/src/protobuf/cmake,没有cmake文件

有几点疑问: 1.为什么 说这个速度跟人脸数相关?我测试过二张大小一样的图片1600x900,无人脸的速度与有10个人脸的无太大差异,能否认为refine, nms这些操作在conv中是相当少耗时的? 2.看到你说“ncnn不是专门在win端的,set_num_threads设置2看看,是不是默认的线程太大”, 这个数值我发现设为cpu 线程数时最快,但在另一台机上是cpu核数时最快 @moli232777144

看网上的资料说 int8 量化后可以减少模型体积,同时提高运算速度。 请问这个项目可以提供 int8 量化的模型吗?

由于NDK用了比较新的版本,所以也跟着用了clang 导致了以下的报错 `Build command failed. Error while executing process D:\Android\android-sdk\cmake\3.10.2.4988404\bin\ninja.exe with arguments {-C D:\plantainz\OuO_DeepLearning\examples\mtcnn_ncnn\mtcnn_AS\app\.cxx\cmake\debug\armeabi-v7a mtcnn} ninja: Entering directory `D:\plantainz\OuO_DeepLearning\examples\mtcnn_ncnn\mtcnn_AS\app\.cxx\cmake\debug\armeabi-v7a' [1/1] Linking CXX shared library ..\..\..\..\build\intermediates\cmake\debug\obj\armeabi-v7a\libmtcnn.so FAILED: ../../../../build/intermediates/cmake/debug/obj/armeabi-v7a/libmtcnn.so cmd.exe /C "cd...

参照readme,在PC端进行编译。步骤如下: 1.下载源码并更新子模块 2.编译protobuf 通过 3. 编译ncnn cd ../3rdparty/src/ncnn mkdir build cd build cmake .. -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%cd%/install -DProtobuf_INCLUDE_DIR=E:\hawk-skys\mtcnn_ncnn\mtcnn_ncnn\3rdparty\include -DProtobuf_LIBRARIES=E:\hawk-skys\mtcnn_ncnn\mtcnn_ncnn\3rdparty\lib\libprotobuf.lib -DProtobuf_PROTOC_EXECUTABLE=E:\hawk-skys\mtcnn_ncnn\mtcnn_ncnn\3rdparty\bin\protoc.exe 出错信息如下: E:\hawk-skys\mtcnn_ncnn\mtcnn_ncnn\3rdparty\src\ncnn\build>cmake .. -G "Visual Studio...

build完成,并导出apk,放到模拟器上安装成功,但是双击就闪退

When I try to replace mtcnn_ncnn with update-to-date ncnn (without vulkan), the project is successful. But when I try to use ncnn_vulkan, the following error appears. Would you please give...

I'm using NDK 21.0.6113669 for building mtcnn_ncnn android project, but when I run this project, there are many errors. Would you please share a new version w.r.t updated NDK? That...