-
Hi,
How can I use the tbpp(Densenet) with my own data? Specifically, I see inside tbpp_evaluate.ipynb that I need to do a sample_random_batch() from the gt_util_val, that is created from the split()…
-
Hi @mvoelk
I am trying to use focal loss in SSD model, as per the code in DSOD_train.ipynb, lines
- loss = SSDFocalLoss(lambda_conf=10000, class_weights=class_weights)
- class_weights = np.a…
-
I want to train the model on my own data for a specific use case. I have my dataset in ICDAR-FST2015 dataset format, but the thing is, the InputGenerator in crnn_data which is used for training the CR…
ghost updated
5 years ago
-
Hi.
According to standard Detval evaluation protocol, "**tr = 0.8, tp = 0.4**" (which is also your default setting in the _MATLAB-code-Eval.m_). But you recommend "**tr = 0.7 and tp = 0.6**" in your…
-
Hi,
I am trying to experiment with tbpp training program. However, I am a little confused about gt_util_synthtext_seglink.pkl file. How exactly should I generate the file?
I have tried running d…
-
Bro I completely followed Ur approach but have some doubts related to CTPN model for text detection....
Reference:-
1.)https://github.com/YCG09/chinese_ocr/
2.)https://github.com/xiaomaxiao/keras_…
-
Dear author,
My test data set consists of text-localized images from the svt1 dataset (http://tc11.cvc.uab.es/datasets/SVT_1). The localization was done using Seglink (https://github.com/dengdan/se…
-
Hello Sir. @mvoelk
Thank you for your great work
What is the meaning of log
```bash
{"neg_seg_conf_loss": 0.3863193988800049, "link_fmeasure": 0.0, "num_neg_seg": 5007.0, "seg_recall": 0.0, "…
-
i use the algorithm from opencv_contrib to location the text(temporary),to detect the character area.this algorithm is suit for non-chinese text.i'll replace it with other simpler algorithm ,so that t…
-
Hi, dengdan, thank you for your hard work,
i am trying to train seglink model on my own datasets, i meet such situation:
1. I only get one GPU card which is TITAN XP, i have rewrite your train scrip…