Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Luo-Z13 authored Jun 16, 2024
1 parent eb775e8 commit b3b9a73
Showing 1 changed file with 12 additions and 33 deletions.
45 changes: 12 additions & 33 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,11 @@ <h2 id="GLH-bridge-Dataset">GLH-Bridge Dataset</h2>
<div style="border: 9px solid #FFFFFF"></div>
<div id = "tab1" class = "tabMenu">
<ul>
<li class="on"><h4>Geographical Distribution</h4></li>
<li class="off"><h4>Download Links</h4></li>
<li class="off"><h4>Geographical Distribution</h4></li>
<li class="on"><h4>Download Links</h4></li>
</ul>
<div id="firstPage" class="hide">
<div style="text-align:center">
<img src="resources/overview.png" style="width:100%;">
</div>
<div id="firstPage" class="hide" style="text-align:center">
<img src="resources/overview.png" style="width:100%;">
</div>
<div id="secondPage" class = "show">
<li style="margin-top: 5px" class = "dot"><span class = "lin">Baidu Drive: <a href="https://pan.baidu.com/s/1tXpFukMkOGHXPsSKPRRf3w?pwd=4zgx"><b>Link</b></a> </span></li>
Expand All @@ -117,23 +115,11 @@ <h2 id="benchmark">Benchmark</h2>
<li><b>Large-size Image Object Detection:</b> CGL(Rotated Faster R-CNN), GLSAN(Faster R-CNN), SAHI(Faster R-CNN), CGL(Faster R-CNN).</li>
</p>
</div>
<div id="secondPage" class= "hide">
<!-- <p>We develop a competitive strong baseline with the new
<b>pyramid consistency loss (PCL) </b>that is specifically designed to explore the detection
performance of surface water bodies in large-size VHR
satellite images. The pyramid consistency encompasses
the <b>intra-layer consistency</b> (i.e., visual field consistency
between pyramidal layers) and the <b>inter-layer consistency</b>
(i.e., spatial consistency within a pyramidal layer).</p> -->
<div style="text-align:center">
<div id="secondPage" class= "hide" style="text-align:center">
<img src="resources/Pipeline.png" style="width:100%;">
</div>

</div>
<div id="thirdPage" class = "hide">
<div style="text-align:center">
<img src="resources/benchmark.png" style="width:100%;">
</div>
<div id="thirdPage" class = "hide" style="text-align:center">
<img src="resources/benchmark.png" style="width:100%;">
</div>
</div>
<div style="border: 9px solid #FFFFFF"></div>
Expand All @@ -148,20 +134,13 @@ <h2 id="generalization-experiments-on-GLH-bridge">Generalization experiments on
<li class="off"><h4>DOTA evaluation</h4></li>
</ul>
<div id="firstPage" class="show" style="text-align: center;">
<div style="text-align:center">
<img src="resources/general.png" style="width:100%;">
</div>

<img src="resources/general.png" style="width:70%;">
</div>
<div id="secondPage" class= "hide">
<div style="text-align:center">
<img src="resources/DIOR.png" style="width:100%;">
</div>
<div id="secondPage" class= "hide" style="text-align:center">
<img src="resources/DIOR.png" style="width:100%;">
</div>
<div id="thirdPage" class= "hide">
<div style="text-align:center">
<img src="resources/DOTA.png" style="width:100%;">
</div>
<div id="thirdPage" class= "hide" style="text-align:center">
<img src="resources/DOTA.png" style="width:100%;">
</div>
<div style="border: 9px solid #FFFFFF"></div>

Expand Down

0 comments on commit b3b9a73

Please sign in to comment.