csldh
csldh
## error log | 日志或报错信息 | ログ [0 GeForce GTX 960M] queueC=0[16] queueG=0[16] queueT=1[1] [0 GeForce GTX 960M] bugsbn1=0 bugbilz=13 bugcopc=0 bugihfa=0 [0 GeForce GTX 960M] fp16-p/s/a=1/1/0 int8-p/s/a=1/1/1 [0 GeForce...
We are develop an app using electron, but our app need use opencv to run our deep learning algorithms (base C++). Can WebAssembly call a dll to finish this?
您好,尝试了使用多线程的方式来调用 facedetect_cnn 函数,但是在运行过程中会报错。能帮忙看看嘛?非常感谢您的帮助,代码如下 ``` #include "facedetectcnn.h" #include #include #include #include #include #include #include using namespace std; using namespace cv; using namespace std::filesystem; #define DETECT_BUFFER_SIZE 0x20000 // 定义文件名队列的锁 mutex mutext_queue; //...
Why I can't find the backbone and RPN?
我们的前端使用的是vue打包出来的Html文件,但是百度地图的图层是白花花的一片  这个是 electron 的页面 
您好,我直接使用release的静态库编译成动态库,再通过jni调用时会在运行.so的方法时崩溃  如下是我的 Application.mk 源文件 `APP_PLATFORM = android-23 APP_ABI := arm64-v8a armeabi-v7a APP_STL := c++_static APP_CPPFLAGS := -fexceptions -frtti -fvisibility=hidden` 如下是我的 Android.mk 源文件 ` LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS)...
I train the yolo in my dataset. Why I get these results as follows https://drive.google.com/file/d/1u_HnRLkJw14esg5WbmSrF23Nauo3icPo/view?usp=sharing https://drive.google.com/file/d/1PLIFPe2tbo0rihaNomkXgDfrlkpazZFR/view?usp=sharing
I want train the model in other cute dataset. Which dataset format is needed by the model?