squirelmail commited on
Commit
97c363a
·
verified ·
1 Parent(s): 2f66b50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -50,14 +50,14 @@ The tester script re-creates the training graph (CRNN+CTC), loads the selected c
50
 
51
  ### 1) Single image
52
 
53
- python3 cek_model_v6.py \
54
  --weights /workspace/captcha_final.weights.h5 \
55
  --image /workspace/dataset_500/style7/K9NO2.png
56
 
57
 
58
  Optional ground truth override:
59
 
60
- python3 cek_model_v6.py \
61
  --weights /workspace/captcha_final.weights.h5 \
62
  --image /workspace/dataset_500/style7/K9NO2.png \
63
  --gt K9NO2
@@ -65,7 +65,7 @@ Optional ground truth override:
65
 
66
  ### 2) Batch from a dataset
67
 
68
- python3 cek_model_v6.py \
69
  --weights /home/infra/models/captcha_ep002.weights.h5 \
70
  --data-root /datasets/dataset_500 \
71
  --samples 64
 
50
 
51
  ### 1) Single image
52
 
53
+ python3 check_model.py \
54
  --weights /workspace/captcha_final.weights.h5 \
55
  --image /workspace/dataset_500/style7/K9NO2.png
56
 
57
 
58
  Optional ground truth override:
59
 
60
+ python3 check_model.py \
61
  --weights /workspace/captcha_final.weights.h5 \
62
  --image /workspace/dataset_500/style7/K9NO2.png \
63
  --gt K9NO2
 
65
 
66
  ### 2) Batch from a dataset
67
 
68
+ python3 check_model.py \
69
  --weights /home/infra/models/captcha_ep002.weights.h5 \
70
  --data-root /datasets/dataset_500 \
71
  --samples 64