Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmvrs committed Nov 4, 2024
1 parent 4033c93 commit e3b7330
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 2 deletions.
10 changes: 9 additions & 1 deletion page/content/papers/intrinsicngp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ series_order: 4
{{< keyword icon="email" >}} *TVCG* 2023 {{< /keyword >}}
{{< /keywordList >}}

{{< github repo="USTC3DV/IntrinsicNGP-code" >}}

### Abstract
{{< lead >}}
Recently, many works have been proposed to use the neural radiance field for novel view synthesis of human performers. However, most of these methods require hours of training, making them difficult for practical use. To address this challenging problem, we propose IntrinsicNGP, which can be trained from scratch and achieve high-fidelity results in a few minutes with videos of a human performer. To achieve this goal, we introduce a continuous and optimizable intrinsic coordinate instead of the original explicit Euclidean coordinate in the hash encoding module of InstantNGP. With this novel intrinsic coordinate, IntrinsicNGP can aggregate interframe information for dynamic objects using proxy geometry shapes. Moreover, the results trained with the given rough geometry shapes can be further refined with an optimizable offset field based on the intrinsic coordinate. Extensive experimental results on several datasets demonstrate the effectiveness and efficiency of IntrinsicNGP. We also illustrate the ability of our approach to edit the shape of reconstructed objects.
Expand All @@ -56,4 +58,10 @@ Paper
#### Comparisons
{{<badge label="body--NeRF" message="NeuralBody" color="coral" logo="github" link="https://github.com/zju3dv/neuralbody" target="_blank">}}
{{<badge label="body--NeRF" message="HumanNeRF" color="purple" logo="github" link="https://github.com/chungyiweng/HumanNeRF" target="_blank">}}
{{<badge label="body--NeRF" message="AnimatableNeRF" color="cyan" logo="github" link="https://github.com/zju3dv/animatable_nerf" target="_blank">}}
{{<badge label="body--NeRF" message="AnimatableNeRF" color="cyan" logo="github" link="https://github.com/zju3dv/animatable_nerf" target="_blank">}}


#### Performance
{{<badge label="train" message="12--20mins" color="informational" logo="link" >}}
{{<badge label="train" message="1080_x_1080" color="informational" logo="link" >}}
{{<badge label="train" message="RTX3090" color="informational" logo="link" >}}
Binary file added page/content/papers/nes/details.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions page/content/papers/nes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ Paper
alt="NES overview"
caption="`NES` overview."
>}}
{{< figure
src="details.jpg"
alt="NES details"
caption="`NES` details."
>}}


### Results

Expand Down
Binary file modified page/content/papers/nes/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion page/content/papers/uv_volumes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Paper
### Approach

{{< figure
src="overview.jpg "
src="overview.jpg"
alt="UV Volumes overview"
caption="`UV Volumes` overview."
>}}
Expand Down
Binary file added page/static/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added page/static/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added page/static/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added page/static/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added page/static/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added page/static/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions page/static/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit e3b7330

Please sign in to comment.