Skip to content

Commit

Permalink
update project page
Browse files Browse the repository at this point in the history
  • Loading branch information
anhquancao committed Dec 4, 2023
1 parent e72adab commit c9ea328
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ <h6 class="text-center">Robustness evaluation on Robo3D</h6>
<a class="nav-link active">Panoptic</a>
</li>
<li class="nav-item">
<a class="nav-link">Vox. Unc.</a>
<a class="nav-link">Voxel Uncertainty</a>
</li>
<li class="nav-item">
<a class="nav-link">Ins. Unc. (Show "thing" class)</a>
<a class="nav-link">Instance Uncertainty</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -630,10 +630,10 @@ <h3 class="text-center"><i class="fa-sharp fa-solid fa-building-columns"></i> 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;
}
Expand Down

0 comments on commit c9ea328

Please sign in to comment.