xp19870106

Results 10 issues of xp19870106

In QWidgetTest project, I open a webview; then I change the address in main window, the webview will take focus automatically Can I disable this feature?

Process: NDMeeting [57251] Path: /Users/USER/Documents/*/xxxx.app/Contents/MacOS/NDMeeting Identifier: cn.nd.ndmeetig Version: 1.2.9 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: NDMeeting [57251] User ID: 501 Date/Time: 2021-03-05 11:17:53.996 +0800 OS Version: Mac...

### Operating System Info macOS 13 ### Other OS _No response_ ### OBS Studio Version Other ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL can not...

我修改了如下的代码部分 首先,设置type为Metal backend_config.precision = MNN::BackendConfig::Precision_High; schedule_config.backendConfig = &backend_config; schedule_config.type = MNN_FORWARD_METAL; schedule_config.backupType = MNN_FORWARD_METAL; 然后注释掉void MNNRobustVideoMatting::initialize_context()中的初始化代码 // resize session mnn_interpreter->resizeSession(mnn_session); // init 0. // std::fill_n(r1i_tensor->host(), r1i_size, 0.f); // std::fill_n(r2i_tensor->host(), r2i_size,...

stale

据我了解目前onnx并不支持Metal加速 请问在Mac下要开启Metal加速,有什么方案吗?

stale

在void MNNRobustVideoMatting::initialize_interpreter()中,修改代码,设置Metal,如下 MNN::BackendConfig backend_config; backend_config.precision = MNN::BackendConfig::Precision_High; // default Precision_High schedule_config.backendConfig = &backend_config; schedule_config.type = MNN_FORWARD_METAL; schedule_config.backupType = MNN_FORWARD_METAL; 在执行static void test_mnn()的时候,会崩溃 请问是否我开在MNN Metal的方式不对

stale

on Mac OS system When I close wifi, the void client_impl::on_close(connection_hdl con) function is call after almost 30 seconds How can I improve it ?

When I delete sio::client, it crashed, the backtrace is following Thread 29 Crashed: 0 libsystem_kernel.dylib 0x18cbef13c __pthread_kill + 8 1 libsystem_pthread.dylib 0x18cc26cc0 pthread_kill + 288 2 libsystem_c.dylib 0x18cb36a70 abort +...

In the Requirements, it mentioned the opengl. What does this mean? Should I download opengl sdk and where can i find the download address? I clicked the hyperlink and there...

#include #include when complie with vs 2019, it shows can not find those headers, what should I do?