diff --git a/doc/imgs_results_vis2/1.jpg b/doc/imgs_results_vis2/1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6bb48b6d221041238b01b6f2cf331ed2d45770a Binary files /dev/null and b/doc/imgs_results_vis2/1.jpg differ diff --git a/doc/imgs_results_vis2/10.jpg b/doc/imgs_results_vis2/10.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03585245bf93d592530f344d906847080891de50 Binary files /dev/null and b/doc/imgs_results_vis2/10.jpg differ diff --git a/doc/imgs_results_vis2/11.jpg b/doc/imgs_results_vis2/11.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b5392a5a8836b56e84dd2695eac239cbeb81b46 Binary files /dev/null and b/doc/imgs_results_vis2/11.jpg differ diff --git a/doc/imgs_results_vis2/12.jpg b/doc/imgs_results_vis2/12.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a7b6518cf5241f1ef6f30d02225e8c883b552d76 Binary files /dev/null and b/doc/imgs_results_vis2/12.jpg differ diff --git a/doc/imgs_results_vis2/13.png b/doc/imgs_results_vis2/13.png new file mode 100644 index 0000000000000000000000000000000000000000..fca7ac3953e2443da0bb0a470e72a564ebec6e4d Binary files /dev/null and b/doc/imgs_results_vis2/13.png differ diff --git a/doc/imgs_results_vis2/15.jpg b/doc/imgs_results_vis2/15.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47a32eeff2ecd9667cd3fb890472eec7612f14d0 Binary files /dev/null and b/doc/imgs_results_vis2/15.jpg differ diff --git a/doc/imgs_results_vis2/16.png b/doc/imgs_results_vis2/16.png new file mode 100644 index 0000000000000000000000000000000000000000..191c4759fcd23dc306b03205e0295e10eed13ab1 Binary files /dev/null and b/doc/imgs_results_vis2/16.png differ diff --git a/doc/imgs_results_vis2/17.png b/doc/imgs_results_vis2/17.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba1b073e7edcee78ca7e6195b8487381f6c5663 Binary files /dev/null and b/doc/imgs_results_vis2/17.png differ diff --git a/doc/imgs_results_vis2/2.jpg b/doc/imgs_results_vis2/2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e46314c88c931ff98b3d6ac75eae184698e639a Binary files /dev/null and b/doc/imgs_results_vis2/2.jpg differ diff --git a/doc/imgs_results_vis2/22.jpg b/doc/imgs_results_vis2/22.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aea7791cf7953bf2708a8fbe44ecab6c3b8b9396 Binary files /dev/null and b/doc/imgs_results_vis2/22.jpg differ diff --git a/doc/imgs_results_vis2/3.jpg b/doc/imgs_results_vis2/3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f3ac72acfa552a326ac81b45186f07c4e8a1e46e Binary files /dev/null and b/doc/imgs_results_vis2/3.jpg differ diff --git a/doc/imgs_results_vis2/4.jpg b/doc/imgs_results_vis2/4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6986959d935ec02fd345dd47bf3ca2f5b0606d71 Binary files /dev/null and b/doc/imgs_results_vis2/4.jpg differ diff --git a/doc/imgs_results_vis2/5.jpg b/doc/imgs_results_vis2/5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c6fadd0ec1401c25f2902482f971a4cd98c69e8c Binary files /dev/null and b/doc/imgs_results_vis2/5.jpg differ diff --git a/doc/imgs_results_vis2/6.jpg b/doc/imgs_results_vis2/6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..232e53a3b0d3299d7ac93298901a692da8345e95 Binary files /dev/null and b/doc/imgs_results_vis2/6.jpg differ diff --git a/doc/imgs_results_vis2/7.jpg b/doc/imgs_results_vis2/7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31ee1078409c49418cbad8e15143da98c799bdb3 Binary files /dev/null and b/doc/imgs_results_vis2/7.jpg differ diff --git a/doc/imgs_results_vis2/8.jpg b/doc/imgs_results_vis2/8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..db6e913ce6f44f5262afe5432f5a62745be322ee Binary files /dev/null and b/doc/imgs_results_vis2/8.jpg differ diff --git a/doc/imgs_results_vis2/9.jpg b/doc/imgs_results_vis2/9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5b28f97b3f3687a61d34e297878b0e6aeb82db12 Binary files /dev/null and b/doc/imgs_results_vis2/9.jpg differ diff --git a/tools/infer/utility.py b/tools/infer/utility.py index ba5a3f386e0fa967b23a65fe5c397b76cf04397c..44db7deca1d8458ded994330f7c1364c8fe395dc 100755 --- a/tools/infer/utility.py +++ b/tools/infer/utility.py @@ -39,6 +39,7 @@ def parse_args(): #params for text detector parser.add_argument("--image_dir", type=str) + parser.add_argument("--out_dir", type=str, default='./inference_results/') parser.add_argument("--det_algorithm", type=str, default='DB') parser.add_argument("--det_model_dir", type=str) parser.add_argument("--det_max_side_len", type=float, default=960)