From a86af3ef1b04668e9a3bd1a4caab33271d667af9 Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Mon, 19 Jun 2023 11:53:32 +0300 Subject: [PATCH] Update tasks/src/depth-estimation/data.ts --- tasks/src/depth-estimation/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/src/depth-estimation/data.ts b/tasks/src/depth-estimation/data.ts index ec38554a5..092a56f0b 100644 --- a/tasks/src/depth-estimation/data.ts +++ b/tasks/src/depth-estimation/data.ts @@ -29,7 +29,7 @@ const taskData: TaskDataCustom = { }, { description: "Estimate Root Mean Sqaure Error (RMSE) between logarithmic depth-estimate and logarithmic ground-truth", - id: "RMSE_Log", + id: "Logarithmic RMSE", }, { description: "Estimate Absolute Relative distance (ARD) between depth-estimate and ground-truth",