From d7e274bafd068cf7362d2849b4cb66e512ec0f68 Mon Sep 17 00:00:00 2001 From: Charles Gaydon <11660435+CharlesGaydon@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:19:17 +0100 Subject: [PATCH] Update name of default config --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 5f7f03bf..256dcee3 100755 --- a/run.py +++ b/run.py @@ -23,7 +23,7 @@ TASK_NAME_DETECTION_STRING = "task.task_name=" DEFAULT_DIRECTORY = "trained_model_assets/" DEFAULT_CONFIG_FILE = ( - "20230930_60k_basic_targetted_epoch37_Myria3DV3.4.0_predict_config_V3.5.0.yaml" + "20230930_60k_basic_targetted_epoch37_Myria3DV3.4.0_predict_config_V3.6.0.yaml" ) DEFAULT_CHECKPOINT = "20230930_60k_basic_targetted_epoch37_Myria3DV3.4.0.ckpt" DEFAULT_ENV = "placeholder.env"