From c9ea3285aaad4dbca1a246ae79bcbc473021824e Mon Sep 17 00:00:00 2001 From: anhquancao Date: Mon, 4 Dec 2023 15:25:12 +0100 Subject: [PATCH] update project page --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c5285ef..1720673 100644 --- a/index.html +++ b/index.html @@ -202,10 +202,10 @@
Robustness evaluation on Robo3D
Panoptic @@ -630,10 +630,10 @@

Ac case "Panoptic": model_paths = panoptic_model_paths; break; - case "Vox. Unc.": + case "Voxel Uncertainty": model_paths = vox_unc_model_paths; break; - case 'Ins. Unc. (Show "thing" class)': + case 'Instance Uncertainty': model_paths = ins_unc_model_paths; break; }