bianlongpeng

Results 8 issues of bianlongpeng

when I use the "crnn_main.py" to fine tune "ocr.pth" model, there is an error list: ![default](https://user-images.githubusercontent.com/22487109/46000049-1440e180-c0da-11e8-8aa1-2d83f5b91593.png) 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? ![image](https://user-images.githubusercontent.com/22487109/57909769-4b0c7780-78b6-11e9-8c8c-7fb0d76d0814.png)

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] *...