Skip to content

Commit

Permalink
Add tessdata - These maybe overfitted final models
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii committed Feb 6, 2022
1 parent 6030928 commit 3d98a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ LAST_CHECKPOINT = $(OUTPUT_DIR)/checkpoints/$(MODEL_NAME)_checkpoint
PROTO_MODEL = $(OUTPUT_DIR)/$(MODEL_NAME)-proto.traineddata

# Name of the final trained model. Default: '$(TRAINED_MODEL)'
TRAINED_MODEL = $(DATA_DIR)/$(MODEL_NAME)-final.traineddata
TRAINED_MODEL = $(DATA_DIR)/tessdata/$(MODEL_NAME)-final.traineddata

# Name of the final trained integer model. Default: '$(TRAINED_INTEGER_MODEL)'
TRAINED_INTEGER_MODEL = $(DATA_DIR)/$(MODEL_NAME)-integer.traineddata
TRAINED_INTEGER_MODEL = $(DATA_DIR)/tessdata/$(MODEL_NAME)-integer.traineddata

# Max iterations. Default: $(MAX_ITERATIONS)
MAX_ITERATIONS := 10000
Expand Down
Binary file added data/tessdata/BrazilPlates-integer.traineddata
Binary file not shown.

0 comments on commit 3d98a34

Please sign in to comment.