From 9eee30f985f5e27cdf0b55834466b71a66255c86 Mon Sep 17 00:00:00 2001 From: Wooqy Date: Thu, 21 Jul 2022 12:41:40 +1000 Subject: [PATCH 1/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93d2406..ecc1f74 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ![teaser](./media/teaser.gif) -This repository contains an implementation for the paper: -**Object-Compositional Neural Implicit Surfaces**. +This repository contains an implementation for the paper: +**Object-Compositional Neural Implicit Surfaces**. [Qianyi Wu](https://qianyiwu.github.io/), [Xian Liu](https://alvinliu0.github.io/), [Yuedong Chen](https://donydchen.github.io/), [Kejie Li](https://likojack.github.io/kejieli/#/home), [Chuanxia Zheng](https://www.chuanxiaz.com/), [Jianfei Cai](https://jianfei-cai.github.io/), [Jianmin Zheng](https://personal.ntu.edu.sg/asjmzheng/). The paper introduce **ObjectSDF**: a volume rendering framework for object-compositional implicit neural surfaces, allowing to learn high fidelity geometry of each object from a sparse set of input images and corresponding semantic segmentation map. @@ -64,4 +64,4 @@ If you are interested in **NeRF / neural implicit representions + semantic map** ## Acknowledgments -Our implementation was mainly inspired by [VolSDF](https://github.com/lioryariv/volsdf). \ No newline at end of file +Our implementation was mainly inspired by [VolSDF](https://github.com/lioryariv/volsdf). From 2ed4d5e203efc38bea7f5b972e293d5635196d1c Mon Sep 17 00:00:00 2001 From: Wooqy Date: Thu, 21 Jul 2022 12:42:32 +1000 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecc1f74..c0af351 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains an implementation for the paper: **Object-Compositional Neural Implicit Surfaces**. -[Qianyi Wu](https://qianyiwu.github.io/), [Xian Liu](https://alvinliu0.github.io/), [Yuedong Chen](https://donydchen.github.io/), [Kejie Li](https://likojack.github.io/kejieli/#/home), [Chuanxia Zheng](https://www.chuanxiaz.com/), [Jianfei Cai](https://jianfei-cai.github.io/), [Jianmin Zheng](https://personal.ntu.edu.sg/asjmzheng/). +[Qianyi Wu](https://qianyiwu.github.io/), [Xian Liu](https://alvinliu0.github.io/), [Yuedong Chen](https://donydchen.github.io/), [Kejie Li](https://likojack.github.io/kejieli/#/home), [Chuanxia Zheng](https://www.chuanxiaz.com/), [Jianfei Cai](https://jianfei-cai.github.io/), [Jianmin Zheng](https://personal.ntu.edu.sg/asjmzheng/). The paper introduce **ObjectSDF**: a volume rendering framework for object-compositional implicit neural surfaces, allowing to learn high fidelity geometry of each object from a sparse set of input images and corresponding semantic segmentation map. ## Setup From 9c812aa8cbf70d589981fbf7d8df99883a5dae2f Mon Sep 17 00:00:00 2001 From: Xian Liu Date: Sat, 17 Sep 2022 13:09:46 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0af351..e607208 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ If you are interested in **NeRF / neural implicit representions + semantic map** * Neural implicit generative model, [Sem2NeRF](https://donydchen.github.io/sem2nerf/). -* Digital human animation, [SSPNeRF](https://alvinliu0.github.io/projects/SSP-NeRF). +* Digital speaking portrait animation, [SSPNeRF](https://alvinliu0.github.io/projects/SSP-NeRF). ## Acknowledgments From 9e8610c023c627a0f5a6c12189370cab796f722c Mon Sep 17 00:00:00 2001 From: donydchen Date: Mon, 19 Sep 2022 11:00:39 +1000 Subject: [PATCH 4/4] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e607208..df70013 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ ![teaser](./media/teaser.gif) -This repository contains an implementation for the paper: +This repository contains the official implementation of the ECCV2022 paper: **Object-Compositional Neural Implicit Surfaces**. [Qianyi Wu](https://qianyiwu.github.io/), [Xian Liu](https://alvinliu0.github.io/), [Yuedong Chen](https://donydchen.github.io/), [Kejie Li](https://likojack.github.io/kejieli/#/home), [Chuanxia Zheng](https://www.chuanxiaz.com/), [Jianfei Cai](https://jianfei-cai.github.io/), [Jianmin Zheng](https://personal.ntu.edu.sg/asjmzheng/). -The paper introduce **ObjectSDF**: a volume rendering framework for object-compositional implicit neural surfaces, allowing to learn high fidelity geometry of each object from a sparse set of input images and corresponding semantic segmentation map. +The paper introduces **ObjectSDF**: a volume rendering framework for object-compositional implicit neural surfaces, allowing to learn high fidelity geometry of each object from a sparse set of input images and the corresponding semantic segmentation maps. ## Setup