增加可视化效果图
BIN
doc/imgs_results_vis2/1.jpg
Normal file
|
After Width: | Height: | Size: 342 KiB |
BIN
doc/imgs_results_vis2/10.jpg
Normal file
|
After Width: | Height: | Size: 77 KiB |
BIN
doc/imgs_results_vis2/11.jpg
Normal file
|
After Width: | Height: | Size: 157 KiB |
BIN
doc/imgs_results_vis2/12.jpg
Normal file
|
After Width: | Height: | Size: 496 KiB |
BIN
doc/imgs_results_vis2/13.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
doc/imgs_results_vis2/15.jpg
Normal file
|
After Width: | Height: | Size: 335 KiB |
BIN
doc/imgs_results_vis2/16.png
Normal file
|
After Width: | Height: | Size: 340 KiB |
BIN
doc/imgs_results_vis2/17.png
Normal file
|
After Width: | Height: | Size: 214 KiB |
BIN
doc/imgs_results_vis2/2.jpg
Normal file
|
After Width: | Height: | Size: 97 KiB |
BIN
doc/imgs_results_vis2/22.jpg
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
doc/imgs_results_vis2/3.jpg
Normal file
|
After Width: | Height: | Size: 285 KiB |
BIN
doc/imgs_results_vis2/4.jpg
Normal file
|
After Width: | Height: | Size: 178 KiB |
BIN
doc/imgs_results_vis2/5.jpg
Normal file
|
After Width: | Height: | Size: 182 KiB |
BIN
doc/imgs_results_vis2/6.jpg
Normal file
|
After Width: | Height: | Size: 194 KiB |
BIN
doc/imgs_results_vis2/7.jpg
Normal file
|
After Width: | Height: | Size: 350 KiB |
BIN
doc/imgs_results_vis2/8.jpg
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
doc/imgs_results_vis2/9.jpg
Normal file
|
After Width: | Height: | Size: 537 KiB |
@ -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)
|
||||
|
||||