diff --git a/page/content/papers/intrinsicngp/index.md b/page/content/papers/intrinsicngp/index.md index 5fea872..b314e0d 100644 --- a/page/content/papers/intrinsicngp/index.md +++ b/page/content/papers/intrinsicngp/index.md @@ -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. @@ -56,4 +58,10 @@ Paper #### Comparisons {{}} {{}} -{{}} \ No newline at end of file +{{}} + + +#### Performance +{{}} +{{}} +{{}} diff --git a/page/content/papers/nes/details.jpg b/page/content/papers/nes/details.jpg new file mode 100644 index 0000000..a668259 Binary files /dev/null and b/page/content/papers/nes/details.jpg differ diff --git a/page/content/papers/nes/index.md b/page/content/papers/nes/index.md index 82398f7..5610695 100644 --- a/page/content/papers/nes/index.md +++ b/page/content/papers/nes/index.md @@ -47,6 +47,12 @@ Paper alt="NES overview" caption="`NES` overview." >}} +{{< figure + src="details.jpg" + alt="NES details" + caption="`NES` details." + >}} + ### Results diff --git a/page/content/papers/nes/overview.png b/page/content/papers/nes/overview.png index 9e1285f..c05a4cd 100644 Binary files a/page/content/papers/nes/overview.png and b/page/content/papers/nes/overview.png differ diff --git a/page/content/papers/uv_volumes/index.md b/page/content/papers/uv_volumes/index.md index e86d0dc..f49ba92 100644 --- a/page/content/papers/uv_volumes/index.md +++ b/page/content/papers/uv_volumes/index.md @@ -45,7 +45,7 @@ Paper ### Approach {{< figure - src="overview.jpg " + src="overview.jpg" alt="UV Volumes overview" caption="`UV Volumes` overview." >}} diff --git a/page/static/android-chrome-192x192.png b/page/static/android-chrome-192x192.png new file mode 100644 index 0000000..08202ad Binary files /dev/null and b/page/static/android-chrome-192x192.png differ diff --git a/page/static/android-chrome-512x512.png b/page/static/android-chrome-512x512.png new file mode 100644 index 0000000..b1f5965 Binary files /dev/null and b/page/static/android-chrome-512x512.png differ diff --git a/page/static/apple-touch-icon.png b/page/static/apple-touch-icon.png new file mode 100644 index 0000000..0de8c58 Binary files /dev/null and b/page/static/apple-touch-icon.png differ diff --git a/page/static/favicon-16x16.png b/page/static/favicon-16x16.png new file mode 100644 index 0000000..936ed53 Binary files /dev/null and b/page/static/favicon-16x16.png differ diff --git a/page/static/favicon-32x32.png b/page/static/favicon-32x32.png new file mode 100644 index 0000000..4a982f8 Binary files /dev/null and b/page/static/favicon-32x32.png differ diff --git a/page/static/favicon.ico b/page/static/favicon.ico new file mode 100644 index 0000000..55e06ab Binary files /dev/null and b/page/static/favicon.ico differ diff --git a/page/static/site.webmanifest b/page/static/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/page/static/site.webmanifest @@ -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"} \ No newline at end of file