This commit is contained in:
Lukas Wölfer
2019-08-10 10:03:41 +02:00
parent 4e5872f71b
commit bc4dd073dc
2 changed files with 2 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ def parse() -> board.Board:
# image = cv2.resize(image, (1000, 629))
loaded_config = Configuration.load('test_config.zip')
loaded_config.field_adjustment = adjustment.adjust_field(image)
# loaded_config.field_adjustment = adjustment.adjust_field(image)
return board_parser.parse_board(image, loaded_config)