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; }