Skip to content

Commit

Permalink
initialize page branch
Browse files Browse the repository at this point in the history
  • Loading branch information
howoong committed Dec 26, 2023
1 parent 03c4338 commit 11a7e3c
Show file tree
Hide file tree
Showing 6 changed files with 619 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# Sharp-NeRF: Grid-based Fast Deblurring Neural Radiance Fields Using Sharpness Prior
Byeonghyeon Lee*, Howoong Lee*, Usman Ali†, and Eunbyung Park†, <strong>WACV 2024</strong>


Code comming soon!!
41 changes: 41 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
.before,
.after {
margin: 0;
}

.before figcaption,
.after figcaption {
background: #fff;
color: #2e3452;
opacity: 0.8;
padding: 12px;
position: absolute;
top: 10%;
transform: translateY(-50%);
line-height: 100%;
font-size: 18px;
}

.before figcaption {
left: 12px;
}

.after figcaption {
right: 12px;
}

select {
margin: 0 auto;
color: #000000;
width: 160px;
height: 25px;
cursor: pointer;
text-align-last: center;
text-align: center;
-ms-text-align-last: center;
-moz-text-align-last: center;
}

input {
width: 180px;
}
Binary file added images/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 11a7e3c

Please sign in to comment.