Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZZBBBZZZ committed Jun 24, 2024
1 parent 52ae9bb commit a63b151
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,27 +111,6 @@
</div>
</header>

<div id="slider">
<div class="h2 text-center" style="margin-bottom: 30px;padding-top: 50px; font-weight: bold;" > NORMAL AND ABNORMAL SAMPLES</div>
<div class="h5 text-center" style="margin-bottom: 30px">Tip: The anomaly location can be displayed by clicking on the image</div>
<div class="slider_box" id="slider_name">
<div class="silder_tip" id="movie_tip"></div>
<ul class="silder_con">
<li class="silder_panel clearfix" v-for="(item,index) in imglist">
<img :src="item" @click="changeImageSrc(index)"/>
</li>
</ul>
<ul class="silder_nav clearfix">
<li v-for="(item,index) in iconlist">
<div class="image-container">
<img :src="item" class="centered-image"/>
</div>
</li>
</ul>
</div>
<div class="silderBox"></div>
</div>


<div id="Paper" class="container" style="padding-top: 100px;">
<div class="h1 text-center" style="padding-bottom: 30px; font-weight: bold;">PAPER</div>
Expand Down Expand Up @@ -175,7 +154,26 @@
</div>
</div>


<div id="slider">
<div class="h2 text-center" style="margin-bottom: 30px;padding-top: 50px; font-weight: bold;" > NORMAL AND ABNORMAL SAMPLES</div>
<div class="h5 text-center" style="margin-bottom: 30px">Tip: The anomaly location can be displayed by clicking on the image</div>
<div class="slider_box" id="slider_name">
<div class="silder_tip" id="movie_tip"></div>
<ul class="silder_con">
<li class="silder_panel clearfix" v-for="(item,index) in imglist">
<img :src="item" @click="changeImageSrc(index)"/>
</li>
</ul>
<ul class="silder_nav clearfix">
<li v-for="(item,index) in iconlist">
<div class="image-container">
<img :src="item" class="centered-image"/>
</div>
</li>
</ul>
</div>
<div class="silderBox"></div>
</div>

<div class="container my-4" id="Table" style="padding-top: 100px">
<h4 class="text-center h3" style="font-weight: bold;">MulsenAD Bench on Mulsen AD dataset(object-level AUROC)</h4>
Expand Down

0 comments on commit a63b151

Please sign in to comment.