csldh

Results 8 issues of 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文件,但是百度地图的图层是白花花的一片 ![image](https://user-images.githubusercontent.com/30169705/163084011-8292f68b-a860-40c8-b714-c9f11cd1a596.png) 这个是 electron 的页面 ![image](https://user-images.githubusercontent.com/30169705/163084677-3559a397-8ef6-42cc-abe0-4e0015c2b927.png)

您好,我直接使用release的静态库编译成动态库,再通过jni调用时会在运行.so的方法时崩溃 ![origin_img_v2_06f0164f-29e9-4a78-875e-63b72e6ef11g](https://user-images.githubusercontent.com/30169705/175887703-c6c76c20-f058-4e1f-bfc0-0b3f088bbc95.jpg) 如下是我的 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?