TextBoxes_plusplus icon indicating copy to clipboard operation
TextBoxes_plusplus copied to clipboard

TextBoxes++: A Single-Shot Oriented Scene Text Detector

Results 56 TextBoxes_plusplus issues
Sort by recently updated
recently updated
newest added

https://github.com/Yuanhang8605/pixel-anchor-link-and-text-detector-experience.git

WARNING: Logging before InitGoogleLogging() is written to STDERR W0805 10:26:38.720525 3101 _caffe.cpp:139] DEPRECATION WARNING - deprecated use of Python interface W0805 10:26:38.720546 3101 _caffe.cpp:140] Use this instead (with the named...

Hi, I got an error message while training my MNIST data. I'm sure all the training and testing images come in three channels(RGB), uint8. Also, I've set force_color into true...

![5](https://user-images.githubusercontent.com/32220793/51612906-54678200-1f5d-11e9-8392-26866a66e811.jpg) ![6](https://user-images.githubusercontent.com/32220793/51612926-5e898080-1f5d-11e9-9c0c-3e3cf93f1816.jpg) 如图所示,使用中文数据集训练的时候,loss一直显示为0.不知道是什么原因?

I am trying to build the GPU docker as it is advised, however encounter the following error ``` W: Failed to fetch https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/Packages gnutls_handshake() failed: Handshake failed W: Failed to...

I built the docker image as advised. @idotobi but when i run the demo.py file i get the following, WARNING: Logging before InitGoogleLogging() is written to STDERR F0318 07:24:39.138190 37...

I evaluated the pretrained model 'model_icdar15.caffemodel' shared on ICDAR15 test set with 500 images . The detection_eval is observed to be: Resolution: 768x768 , IoU threshold: 0.5, detection_eval=0.463 Resolution: 1024x1024...

Hi~MhLiao, I tried loading the model using opencv and following error showed: Traceback (most recent call last): File "D:/work/video/TextBoxes++/TextBoxes++/run.py", line 31, in density = net.forward() cv2.error: OpenCV(4.0.0) C:\projects\opencv-python\opencv\modules\dnn\src\layers\prior_box_layer.cpp:242: error: (-215:Assertion...

您好,我用您的网络训练,效果非常好,但是测试的时间就比较长了,大概500ms每张图片。我看了测试代码,nms是用python写的,不知道是不是跟这个有关,请问您有这方面的改进吗