EAST
EAST copied to clipboard
A tensorflow implementation of EAST text detector
I am running the demo using the pre-trained model `python eval.py --test_data_path=/tmp/images/ --gpu_list=0 --checkpoint_path=/tmp/east_icdar2015_resnet_v1_50_rbox/ \ --output_dir=/tmp/` However, EAST detect some features as text, is there any reason behind that? Is...
PRUNING
HI, I want to shrink the size of the trained east model with pruning, can anyone please tell me how I can do this. I tried quantization but after implementing...
Im looking for any annotation tool which gives the output as east dataset format, so that i can train my custom data. and make a model which should detect only...
--------------------------------------------------------------------------- KeyError Traceback (most recent call last) ~\Downloads\123123-dependabot-pip-pillow-8.3.2\eval.py in 200 201 if __name__ == '__main__': --> 202 tf.compat.v1.app.run() D:\download\anaconda\envs\py-lenet\lib\site-packages\tensorflow\python\platform\app.py in run(main, argv) 38 main = main or _sys.modules['__main__'].main 39 --->...
Hi, I am new to tensorflowjs and trying to implement EAST in tensorflow.js but I am not able to build logic for predict button, can anyone please help me with...
Hello, im facing this problem while testing: ImportError: Python version mismatch: module was compiled for version 3.6, while the interpreter is running version 3.7. i tried to solve this problem...
I have got the error below when I try eval.py. Find 5 images 194 text boxes before nms Traceback (most recent call last): File "eval.py", line 194, in tf.app.run() File...
after run python run_demo_server.py --checkpoint_path ./model/east_icdar2015_resnet_v1_50_rbox/ , the web page can work. However, when i choose a pic_file and click submit button, some error happend: “Internal Server Error The server...
I've tried to do QUAD method in this paper,can anybody help me ,thank you very much!
resnet_v1_50/block1 (?, ?, ?, 256) resnet_v1_50/block2 (?, ?, ?, 512) resnet_v1_50/block3 (?, ?, ?, 1024) resnet_v1_50/block4 (?, ?, ?, 2048) Shape of f_0 (?, ?, ?, 2048) Shape of f_1...