This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/WolfEngine/WolfEngine
- Loading branch information
Showing
49 changed files
with
829 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+619 Bytes
wolf/ml/test/common_test_asset/image_processor/find_all_contours_solid_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+386 KB
wolf/ml/test/common_test_asset/image_processor/gaussian_filter_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+258 KB
wolf/ml/test/common_test_asset/image_processor/make_white_background_50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+389 KB
wolf/ml/test/common_test_asset/image_processor/make_white_background_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+412 KB
wolf/ml/test/common_test_asset/image_processor/negative_image_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.1 KB
...mmon_test_asset/image_processor/prepare_image_for_contour_detection_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.8 KB
wolf/ml/test/common_test_asset/image_processor/threshold_filter_180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.5 KB
wolf/ml/test/common_test_asset/image_processor/threshold_filter_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+619 Bytes
wolf/ml/test/common_test_asset/ocr_engine/contours_to_char_structs_Solid_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.1 KB
wolf/ml/test/common_test_asset/ocr_engine/contours_to_char_structs_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+389 KB
...est/common_test_asset/ocr_engine/enhance_contour_image_for_model_make_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.93 KB
...ml/test/common_test_asset/ocr_engine/enhance_contour_image_for_model_resize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.29 KB
wolf/ml/test/common_test_asset/ocr_engine/filter_chars_by_contour_size copy 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.29 KB
wolf/ml/test/common_test_asset/ocr_engine/filter_chars_by_contour_size copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.29 KB
wolf/ml/test/common_test_asset/ocr_engine/filter_chars_by_contour_size.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
|
||
CONFIG_SIMILARITY_ALGORITHM=NormalizedLevenshtein | ||
CONFIG_USE_SIMILARITY=True | ||
SIMILAR_STRINGS_FILE_PATH=asset/team_names.txt | ||
SIMILARITY_THRESHOLD=0.5 | ||
SOCCER_GLOBAL_HEIGHT_TO_DIST_RATIO=0.4 | ||
SOCCER_GLOBAL_PLATFORM_FREE=TRUE | ||
SOCCER_NAME_AWAY_DO_RESIZE_CONTOUR=FALSE | ||
SOCCER_NAME_AWAY_GAUSSIAN_BLUR_WIN_SIZE=5 | ||
SOCCER_NAME_AWAY_IF_STORE_IMAGE_BOXES=FALSE | ||
SOCCER_NAME_AWAY_IS_DIGIT=FALSE | ||
SOCCER_NAME_AWAY_IS_TIME=FALSE | ||
SOCCER_NAME_AWAY_IS_WHITE=TRUE | ||
SOCCER_NAME_AWAY_MAKE_WHITE_BACKGROUND=FALSE | ||
SOCCER_NAME_AWAY_MARGIN=5 | ||
SOCCER_NAME_AWAY_RESTRICTIONS_MAX_AREA=1000 | ||
SOCCER_NAME_AWAY_RESTRICTIONS_MAX_HEIGHT=100 | ||
SOCCER_NAME_AWAY_RESTRICTIONS_MAX_WIDTH=100 | ||
SOCCER_NAME_AWAY_RESTRICTIONS_MIN_AREA=1 | ||
SOCCER_NAME_AWAY_RESTRICTIONS_MIN_HEIGHT=20 | ||
SOCCER_NAME_AWAY_RESTRICTIONS_MIN_WIDTH=1 | ||
SOCCER_NAME_AWAY_THRESHOLD=150 | ||
SOCCER_NAME_AWAY_VERBOSE=FALSE | ||
SOCCER_NAME_AWAY_WHITE_BACKGROUND_THRESHOLD=30 | ||
SOCCER_NAME_AWAY_WINDOW_NAME=name_away | ||
SOCCER_NAME_AWAY_WINDOW=740,103,337,42 | ||
SOCCER_NAME_HOME_DO_RESIZE_CONTOUR=TRUE | ||
SOCCER_NAME_HOME_GAUSSIAN_BLUR_WIN_SIZE=3 | ||
SOCCER_NAME_HOME_IF_STORE_IMAGE_BOXES=FALSE | ||
SOCCER_NAME_HOME_IS_DIGIT=FALSE | ||
SOCCER_NAME_HOME_IS_TIME=FALSE | ||
SOCCER_NAME_HOME_IS_WHITE=TRUE | ||
SOCCER_NAME_HOME_MAKE_WHITE_BACKGROUND=FALSE | ||
SOCCER_NAME_HOME_MARGIN=5 | ||
SOCCER_NAME_HOME_RESTRICTIONS_MAX_AREA=500 | ||
SOCCER_NAME_HOME_RESTRICTIONS_MAX_HEIGHT=40 | ||
SOCCER_NAME_HOME_RESTRICTIONS_MAX_WIDTH=30 | ||
SOCCER_NAME_HOME_RESTRICTIONS_MIN_AREA=1 | ||
SOCCER_NAME_HOME_RESTRICTIONS_MIN_HEIGHT=20 | ||
SOCCER_NAME_HOME_RESTRICTIONS_MIN_WIDTH=1 | ||
SOCCER_NAME_HOME_THRESHOLD=150 | ||
SOCCER_NAME_HOME_VERBOSE=False | ||
SOCCER_NAME_HOME_WHITE_BACKGROUND_THRESHOLD=40 | ||
SOCCER_NAME_HOME_WINDOW_NAME=name_home | ||
SOCCER_NAME_HOME_WINDOW=200,103,337,42 | ||
SOCCER_RESULT_AWAY_DO_RESIZE_CONTOUR=FALSE | ||
SOCCER_RESULT_AWAY_GAUSSIAN_BLUR_WIN_SIZE=3 | ||
SOCCER_RESULT_AWAY_IF_STORE_IMAGE_BOXES=FALSE | ||
SOCCER_RESULT_AWAY_IS_DIGIT=TRUE | ||
SOCCER_RESULT_AWAY_IS_TIME=TRUE | ||
SOCCER_RESULT_AWAY_IS_WHITE=TRUE | ||
SOCCER_RESULT_AWAY_MAKE_WHITE_BACKGROUND=FALSE | ||
SOCCER_RESULT_AWAY_MARGIN=6 | ||
SOCCER_RESULT_AWAY_RESTRICTIONS_MAX_AREA=10000 | ||
SOCCER_RESULT_AWAY_RESTRICTIONS_MAX_HEIGHT=45 | ||
SOCCER_RESULT_AWAY_RESTRICTIONS_MAX_WIDTH=32 | ||
SOCCER_RESULT_AWAY_RESTRICTIONS_MIN_AREA=20 | ||
SOCCER_RESULT_AWAY_RESTRICTIONS_MIN_HEIGHT=20 | ||
SOCCER_RESULT_AWAY_RESTRICTIONS_MIN_WIDTH=4 | ||
SOCCER_RESULT_AWAY_THRESHOLD=110 | ||
SOCCER_RESULT_AWAY_VERBOSE=FALSE | ||
SOCCER_RESULT_AWAY_WHITE_BACKGROUND_THRESHOLD=150 | ||
SOCCER_RESULT_AWAY_WINDOW_NAME=result_away | ||
SOCCER_RESULT_AWAY_WINDOW=685,99,32,47 | ||
SOCCER_RESULT_HOME_DO_RESIZE_CONTOUR=FALSE | ||
SOCCER_RESULT_HOME_GAUSSIAN_BLUR_WIN_SIZE=3 | ||
SOCCER_RESULT_HOME_IF_STORE_IMAGE_BOXES=FALSE | ||
SOCCER_RESULT_HOME_IS_DIGIT=TRUE | ||
SOCCER_RESULT_HOME_IS_TIME=TRUE | ||
SOCCER_RESULT_HOME_IS_WHITE=TRUE | ||
SOCCER_RESULT_HOME_MAKE_WHITE_BACKGROUND=FALSE | ||
SOCCER_RESULT_HOME_MARGIN=6 | ||
SOCCER_RESULT_HOME_RESTRICTIONS_MAX_AREA=1500 | ||
SOCCER_RESULT_HOME_RESTRICTIONS_MAX_HEIGHT=45 | ||
SOCCER_RESULT_HOME_RESTRICTIONS_MAX_WIDTH=32 | ||
SOCCER_RESULT_HOME_RESTRICTIONS_MIN_AREA=20 | ||
SOCCER_RESULT_HOME_RESTRICTIONS_MIN_HEIGHT=20 | ||
SOCCER_RESULT_HOME_RESTRICTIONS_MIN_WIDTH=4 | ||
SOCCER_RESULT_HOME_THRESHOLD=110 | ||
SOCCER_RESULT_HOME_VERBOSE=FALSE | ||
SOCCER_RESULT_HOME_WHITE_BACKGROUND_THRESHOLD=150 | ||
SOCCER_RESULT_HOME_WINDOW_NAME=game_result_home | ||
SOCCER_RESULT_HOME_WINDOW=564,99,32,47 | ||
SOCCER_SCREEN_IDENTITY_DO_RESIZE_CONTOUR=TRUE | ||
SOCCER_SCREEN_IDENTITY_GAUSSIAN_BLUR_WIN_SIZE=3 | ||
SOCCER_SCREEN_IDENTITY_IF_STORE_IMAGE_BOXES=FALSE | ||
SOCCER_SCREEN_IDENTITY_IS_DIGIT=TRUE | ||
SOCCER_SCREEN_IDENTITY_IS_TIME=FALSE | ||
SOCCER_SCREEN_IDENTITY_IS_WHITE=TRUE | ||
SOCCER_SCREEN_IDENTITY_MAKE_WHITE_BACKGROUND=FALSE | ||
SOCCER_SCREEN_IDENTITY_MARGIN=5 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MAX_AREA=105 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MAX_HEIGHT=16 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MAX_WIDTH=14 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MIN_AREA=2 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MIN_HEIGHT=8 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MIN_WIDTH=2 | ||
SOCCER_SCREEN_IDENTITY_THRESHOLD=150 | ||
SOCCER_SCREEN_IDENTITY_VERBOSE=FALSE | ||
SOCCER_SCREEN_IDENTITY_WHITE_BACKGROUND_THRESHOLD=30 | ||
SOCCER_SCREEN_IDENTITY_WINDOW_NAME=screen_identity | ||
SOCCER_SCREEN_IDENTITY_WINDOW=614,80,17,26 | ||
SOCCER_STAT_EXTRA_FIRST_HALF_STRING=105 00 | ||
SOCCER_STAT_EXTRA_SECOND_HALF_STRING=120 00 | ||
SOCCER_STAT_FIRST_HALF_STRING=45 00 | ||
SOCCER_STAT_PENALTY_STRING=penalty | ||
SOCCER_STAT_SECOND_HALF_STRING=90 00 | ||
TELEMETRY_USE=OFF | ||
TESSERACT_LOG=tesseract.log |
100 changes: 100 additions & 0 deletions
100
wolf/ml/test/common_test_asset/soccer/.initial_match_result_struct
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
CONFIG_SIMILARITY_ALGORITHM=NormalizedLevenshtein | ||
CONFIG_USE_SIMILARITY=True | ||
SIMILARITY_THRESHOLD=0.5 | ||
SOCCER_NAME_AWAY_DO_RESIZE_CONTOUR=FALSE | ||
SOCCER_NAME_AWAY_GAUSSIAN_BLUR_WIN_SIZE=5 | ||
SOCCER_NAME_AWAY_IF_STORE_IMAGE_BOXES=FALSE | ||
SOCCER_NAME_AWAY_IS_DIGIT=FALSE | ||
SOCCER_NAME_AWAY_IS_TIME=FALSE | ||
SOCCER_NAME_AWAY_IS_WHITE=TRUE | ||
SOCCER_NAME_AWAY_MAKE_WHITE_BACKGROUND=FALSE | ||
SOCCER_NAME_AWAY_MARGIN=5 | ||
SOCCER_NAME_AWAY_RESTRICTIONS_MAX_AREA=1000 | ||
SOCCER_NAME_AWAY_RESTRICTIONS_MAX_HEIGHT=100 | ||
SOCCER_NAME_AWAY_RESTRICTIONS_MAX_WIDTH=100 | ||
SOCCER_NAME_AWAY_RESTRICTIONS_MIN_AREA=1 | ||
SOCCER_NAME_AWAY_RESTRICTIONS_MIN_HEIGHT=20 | ||
SOCCER_NAME_AWAY_RESTRICTIONS_MIN_WIDTH=1 | ||
SOCCER_NAME_AWAY_THRESHOLD=150 | ||
SOCCER_NAME_AWAY_VERBOSE=FALSE | ||
SOCCER_NAME_AWAY_WHITE_BACKGROUND_THRESHOLD=30 | ||
SOCCER_NAME_AWAY_WINDOW_NAME=name_away | ||
SOCCER_NAME_AWAY_WINDOW=740,103,337,42 | ||
SOCCER_NAME_HOME_DO_RESIZE_CONTOUR=TRUE | ||
SOCCER_NAME_HOME_GAUSSIAN_BLUR_WIN_SIZE=3 | ||
SOCCER_NAME_HOME_IF_STORE_IMAGE_BOXES=FALSE | ||
SOCCER_NAME_HOME_IS_DIGIT=FALSE | ||
SOCCER_NAME_HOME_IS_TIME=FALSE | ||
SOCCER_NAME_HOME_IS_WHITE=TRUE | ||
SOCCER_NAME_HOME_MAKE_WHITE_BACKGROUND=FALSE | ||
SOCCER_NAME_HOME_MARGIN=5 | ||
SOCCER_NAME_HOME_RESTRICTIONS_MAX_AREA=500 | ||
SOCCER_NAME_HOME_RESTRICTIONS_MAX_HEIGHT=40 | ||
SOCCER_NAME_HOME_RESTRICTIONS_MAX_WIDTH=30 | ||
SOCCER_NAME_HOME_RESTRICTIONS_MIN_AREA=1 | ||
SOCCER_NAME_HOME_RESTRICTIONS_MIN_HEIGHT=20 | ||
SOCCER_NAME_HOME_RESTRICTIONS_MIN_WIDTH=1 | ||
SOCCER_NAME_HOME_THRESHOLD=150 | ||
SOCCER_NAME_HOME_VERBOSE=False | ||
SOCCER_NAME_HOME_WHITE_BACKGROUND_THRESHOLD=40 | ||
SOCCER_NAME_HOME_WINDOW_NAME=name_home | ||
SOCCER_NAME_HOME_WINDOW=200,103,337,42 | ||
SOCCER_RESULT_AWAY_DO_RESIZE_CONTOUR=FALSE | ||
SOCCER_RESULT_AWAY_GAUSSIAN_BLUR_WIN_SIZE=3 | ||
SOCCER_RESULT_AWAY_IF_STORE_IMAGE_BOXES=FALSE | ||
SOCCER_RESULT_AWAY_IS_DIGIT=TRUE | ||
SOCCER_RESULT_AWAY_IS_TIME=TRUE | ||
SOCCER_RESULT_AWAY_IS_WHITE=TRUE | ||
SOCCER_RESULT_AWAY_MAKE_WHITE_BACKGROUND=FALSE | ||
SOCCER_RESULT_AWAY_MARGIN=6 | ||
SOCCER_RESULT_AWAY_RESTRICTIONS_MAX_AREA=10000 | ||
SOCCER_RESULT_AWAY_RESTRICTIONS_MAX_HEIGHT=45 | ||
SOCCER_RESULT_AWAY_RESTRICTIONS_MAX_WIDTH=32 | ||
SOCCER_RESULT_AWAY_RESTRICTIONS_MIN_AREA=20 | ||
SOCCER_RESULT_AWAY_RESTRICTIONS_MIN_HEIGHT=20 | ||
SOCCER_RESULT_AWAY_RESTRICTIONS_MIN_WIDTH=4 | ||
SOCCER_RESULT_AWAY_THRESHOLD=110 | ||
SOCCER_RESULT_AWAY_VERBOSE=FALSE | ||
SOCCER_RESULT_AWAY_WHITE_BACKGROUND_THRESHOLD=150 | ||
SOCCER_RESULT_AWAY_WINDOW_NAME=result_away | ||
SOCCER_RESULT_AWAY_WINDOW=685,99,32,47 | ||
SOCCER_RESULT_HOME_DO_RESIZE_CONTOUR=FALSE | ||
SOCCER_RESULT_HOME_GAUSSIAN_BLUR_WIN_SIZE=3 | ||
SOCCER_RESULT_HOME_IF_STORE_IMAGE_BOXES=FALSE | ||
SOCCER_RESULT_HOME_IS_DIGIT=TRUE | ||
SOCCER_RESULT_HOME_IS_TIME=TRUE | ||
SOCCER_RESULT_HOME_IS_WHITE=TRUE | ||
SOCCER_RESULT_HOME_MAKE_WHITE_BACKGROUND=FALSE | ||
SOCCER_RESULT_HOME_MARGIN=6 | ||
SOCCER_RESULT_HOME_RESTRICTIONS_MAX_AREA=1500 | ||
SOCCER_RESULT_HOME_RESTRICTIONS_MAX_HEIGHT=45 | ||
SOCCER_RESULT_HOME_RESTRICTIONS_MAX_WIDTH=32 | ||
SOCCER_RESULT_HOME_RESTRICTIONS_MIN_AREA=20 | ||
SOCCER_RESULT_HOME_RESTRICTIONS_MIN_HEIGHT=20 | ||
SOCCER_RESULT_HOME_RESTRICTIONS_MIN_WIDTH=4 | ||
SOCCER_RESULT_HOME_THRESHOLD=110 | ||
SOCCER_RESULT_HOME_VERBOSE=FALSE | ||
SOCCER_RESULT_HOME_WHITE_BACKGROUND_THRESHOLD=150 | ||
SOCCER_RESULT_HOME_WINDOW_NAME=game_result_home | ||
SOCCER_RESULT_HOME_WINDOW=564,99,32,47 | ||
SOCCER_SCREEN_IDENTITY_DO_RESIZE_CONTOUR=TRUE | ||
SOCCER_SCREEN_IDENTITY_GAUSSIAN_BLUR_WIN_SIZE=3 | ||
SOCCER_SCREEN_IDENTITY_IF_STORE_IMAGE_BOXES=FALSE | ||
SOCCER_SCREEN_IDENTITY_IS_DIGIT=TRUE | ||
SOCCER_SCREEN_IDENTITY_IS_TIME=FALSE | ||
SOCCER_SCREEN_IDENTITY_IS_WHITE=TRUE | ||
SOCCER_SCREEN_IDENTITY_MAKE_WHITE_BACKGROUND=FALSE | ||
SOCCER_SCREEN_IDENTITY_MARGIN=5 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MAX_AREA=105 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MAX_HEIGHT=16 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MAX_WIDTH=14 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MIN_AREA=2 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MIN_HEIGHT=8 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MIN_WIDTH=2 | ||
SOCCER_SCREEN_IDENTITY_THRESHOLD=150 | ||
SOCCER_SCREEN_IDENTITY_VERBOSE=FALSE | ||
SOCCER_SCREEN_IDENTITY_WHITE_BACKGROUND_THRESHOLD=30 | ||
SOCCER_SCREEN_IDENTITY_WINDOW_NAME=screen_identity | ||
SOCCER_SCREEN_IDENTITY_WINDOW=614,80,17,26 | ||
TELEMETRY_USE=OFF | ||
TESSERACT_LOG=tesseract.log |
2 changes: 2 additions & 0 deletions
2
wolf/ml/test/common_test_asset/soccer/.replace_team_names_with_most_similar_string
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SIMILAR_STRINGS_FILE_PATH=../wolf/ml/test/common_test_asset/soccer/replace_team_names_with_most_similar_string.txt | ||
SIMILARITY_THRESHOLD=0.5 |
2 changes: 2 additions & 0 deletions
2
wolf/ml/test/common_test_asset/soccer/.replace_team_names_with_most_similar_string_0_9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SIMILAR_STRINGS_FILE_PATH=../wolf/ml/test/common_test_asset/soccer/replace_team_names_with_most_similar_string.txt | ||
SIMILARITY_THRESHOLD=0.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
SOCCER_SCREEN_IDENTITY=COMMENT | ||
SOCCER_SCREEN_IDENTITY_WINDOW_NAME=window_name_test | ||
SOCCER_SCREEN_IDENTITY_IS_TIME=FALSE | ||
SOCCER_SCREEN_IDENTITY_WINDOW=614,80,17,26 | ||
SOCCER_SCREEN_IDENTITY_DO_RESIZE_CONTOUR=TRUE | ||
SOCCER_SCREEN_IDENTITY_GAUSSIAN_BLUR_WIN_SIZE=3 | ||
SOCCER_SCREEN_IDENTITY_IF_STORE_IMAGE_BOXES=FALSE | ||
SOCCER_SCREEN_IDENTITY_IS_WHITE=TRUE | ||
SOCCER_SCREEN_IDENTITY_IS_DIGIT=TRUE | ||
SOCCER_SCREEN_IDENTITY_MAKE_WHITE_BACKGROUND=FALSE | ||
SOCCER_SCREEN_IDENTITY_MARGIN=5 | ||
SOCCER_SCREEN_IDENTITY_THRESHOLD=150 | ||
SOCCER_SCREEN_IDENTITY_VERBOSE=FALSE | ||
SOCCER_SCREEN_IDENTITY_WHITE_BACKGROUND_THRESHOLD=30 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MAX_AREA=105 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MIN_AREA=2 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MAX_WIDTH=14 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MIN_WIDTH=2 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MAX_HEIGHT=16 | ||
SOCCER_SCREEN_IDENTITY_RESTRICTIONS_MIN_HEIGHT=8 |
Oops, something went wrong.