bianlongpeng
bianlongpeng
when I use the "crnn_main.py" to fine tune "ocr.pth" model, there is an error list:  how to solved it ?
when I run commond 'sh ./build.sh' on centos, error occured as 'render.c:43:5: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode for (int i = 0;...
I found a bug in the nms function : bug fixed:
build rknn model from yolox, have a build error: E build: Catch exception when building RKNN model! E build: Traceback (most recent call last): E build: File "rknn/api/rknn_base.py", line 1549,...
when i compile caffe with matlab2014a using "make matcaffe",it comes to be an error:make:[matlab/+caffe/private/caffe_mex64] error 255.The matlab'dir in makefile.config is right,I have checked.The error 'detail are as below. caffe/matlab/+caffe/private/caffe_.cpp:208:4 error...
I write a new layer in caffe, which named by deformable_conv_layer.cu and writed by C++.But when I make caffe with GPU,there are some errors, the errors are same type as...
how to score training data and the output's 'first, second, third, fourth' in trainData.js means what? 
hi, I find an error bug in data_augment.py, fixed it like: in _mirror function: boxes[:, 0::2] = width - boxes[:, 0::2] in OBBTrainTransform function: boxes[:, :8] = boxes[:, :8] *...