-
as you can see in [paperswithcode.](https://paperswithcode.com/paper/textfusenet-scene-text-detection-with-richer)TextFuseNet has achieved several sota in each dataset in scene text detection.do you …
-
Hi, this looks like a neat project, and a few quick tests with some videos showed promising results. Unfortunately, it's much slower than other scene detection tools I've experimented with, so unless…
-
Will Turicreate implement algorithms like ctpn + crnn for scene text detection and recognition?
-
Caused by op u'GatherNd_3', defined at:
File "train.py", line 107, in
tf.app.run()
File "/data/wangjie5/miniconda3/envs/py27tf/lib/python2.7/site-packages/tensorflow/python/platform/app.py…
-
### Required prerequisites
- [X] I have searched the [Issue Tracker](https://github.com/camel-ai/camel/issues) and [Discussions](https://github.com/camel-ai/camel/discussions) that this hasn't alread…
-
## Reference
- [VLR - Code - Data](https://www.vlrlab.net/code)
- [TextDetection文本检测数据集汇总](https://www.cnblogs.com/Tom-Ren/p/11054728.html)
- [Awesome-Scene-Text-Recognition](https://github.com/c…
-
# learning with synthesis data
- [Pedestrian Detection by Synthesis](http://vishnu.boddeti.net/projects/detection-by-synthesis.html)
- [SynthText in the Wild Dataset](http://www.robots.ox.ac.uk/~vgg/d…
-
## 학습셋
* SynthText dataset
## Paper
[1] Accurate Scene Text Detection through Border Semantics Awareness and Bootstrapping # Multi-scale evaluation
-
Hi all,
I am trying to implement this work for text detection from natural scene images. Has anybody implemented it for that?
Thanks.
-
Hi,
First of all, thank you for the amazing project.
I was trying to play with the DBnet text detector. However, I was wondering why only `dbnet18` can be used as show in the following snippet.
…