Merge branch 'main' into jd/cities_launcher

This commit is contained in:
ablouin-lmg
2024-10-04 11:45:08 -07:00
committed by GitHub
22 changed files with 392 additions and 81 deletions

View File

@@ -189,7 +189,7 @@ def main():
parser.add_argument("--kerasPort", dest="keras_port",
help="Port for Keras OCR service", required=True)
args = parser.parse_args()
keras_service = KerasService(args.keras_host, args.keras_port, LOG_DIR.joinpath("screenshot.jpg"))
keras_service = KerasService(args.keras_host, args.keras_port)
test_start_time, test_end_time = run_benchmark(keras_service)
resolution = read_current_resolution()