Skip to content

Commit 2a74874

Browse files
committed
update command example in predict_system
1 parent 010802d commit 2a74874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/infer/text/predict_system.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
$ python tools/infer/text/predict_system.py --image_dir {img_dir_or_img_path} --det_algorithm DB++ \
88
--rec_algorithm CRNN_CH
99
$ python tools/infer/text/predict_system.py --image_dir {img_dir_or_img_path} --det_algorithm DB++ \
10-
--cls_algorithm MV3 --rec_algorithm CRNN_CH
10+
--cls_algorithm MV3 --rec_algorithm CRNN_CH --visualize_output True
1111
"""
1212

1313
import json

0 commit comments

Comments
 (0)