File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 77< html >
88
99< head >
10+ {% include head.html %}
1011 < meta charset ="utf-8 ">
1112 < meta name ="description " content ="CALICO: Part-Focused Semantic Co-Segmentation with Large Vision-Language Models ">
1213 < meta name ="keywords " content ="part segmentation, part co-segmentation ">
2930 < script src ="./static/js/bulma-slider.min.js "> </ script >
3031 < script src ="./static/js/index.js "> </ script >
3132</ head >
32-
33+
3334< body >
35+ {% include header.html %}
36+ {% include navbar.html %}
3437 < section class ="hero ">
3538 < div class ="hero-body ">
3639 < div class ="container is-max-desktop ">
@@ -442,6 +445,7 @@ <h2 class="title">BibTeX</h2>
442445 </ div >
443446 </ div >
444447 </ footer >
448+ {% include footer.html %}
445449</ body >
446450
447451</ html >
You can’t perform that action at this time.
0 commit comments