-
Hi, tianzhi,
I tried to implement CTPN training code on the framework of py-faster-rcnn (by RBG), but the results were different from yours (of course worse) .
1. Loss function. Did you revise the…
-
我仿照场景文字识别的例子,写一个验证码端到端识别的例子
* 如果label是四个字符的(验证码本来就是四个字符的),一开始就是一个很小的cost,且不收敛。如:
```
Pass 0, batch 0, Samples 0, Cost 0.118720, Eval {}
Pass 0, batch 100, Samples 1000, Cost 0.118720, Eval {}
Tes…
-
Hi guys!
thank for come in 🗡
i'm new for opencv. i'm testing opencv.text module with tesseract. Everythings is ok but when i try to process with non english ocr images, doesn't catch any non englis…
-
多个全联接层作为序列输入lstm
网络结构至fully connected layers部分都能跑通,但加入lstm后,出现如下错误:
```
F0306 06:04:09.414822 1037 LstmLayer.cpp:155] Check failed: input.sequenceStartPositions
*** Check failure stack trace: **…
-
Hello everybody,
I have a little problem with home bridge since this morning : my IOS won't pair.
I tried the 2 methods given in the issue 381 :
I mean deleting persist folder and changing the name …
-
**Two steps:**
1. Get all Deb's academic papers onto the site
2. Format in a particular way, details below
**Content Check**
We can reference here for all of his publications he'd like included …
-
(instead of passing those to class constructor)
that should allow to control the current flow of executed app from python code (not only from user's stdin input as it is now) so make it possible to…
-
Clarify the behavior of `Q₁ + Q₂` or `Q * n` (with _n_ a unitless number) when the unit of measurement of `Q`, `Q₁` or `Q₂` is "shifted". Example of shifted units are:
* Temperature in Celsius, with …
-
Hi guys,
it would be great if the toolbar icon has some color in it while smart referer is enabled. Right now I can't really distinguish the (grey) enabled icon from the (light grey) disabled one. Af…
-
I wonder if I could train the network with pieces of grayscaled image from camera instead of black-in-white document only. Do LSTM has coverage about this case ?