We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010802d commit 2a74874Copy full SHA for 2a74874
tools/infer/text/predict_system.py
@@ -7,7 +7,7 @@
7
$ python tools/infer/text/predict_system.py --image_dir {img_dir_or_img_path} --det_algorithm DB++ \
8
--rec_algorithm CRNN_CH
9
10
- --cls_algorithm MV3 --rec_algorithm CRNN_CH
+ --cls_algorithm MV3 --rec_algorithm CRNN_CH --visualize_output True
11
"""
12
13
import json
0 commit comments