From b17f0ab8fefbb7e6454e1bea283bf8d333937e2c Mon Sep 17 00:00:00 2001 From: Xun Huang Date: Mon, 1 Jul 2019 03:33:22 -0700 Subject: [PATCH] Update index.html --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 2e1a449..c2895b9 100755 --- a/docs/index.html +++ b/docs/index.html @@ -152,9 +152,9 @@

- We use two continuous normalizing flows (CNF) to model the distribution of shapes, each of which is a distribution of 3D points. + We use two continuous normalizing flows (CNFs) to model the distribution of shapes, while each shape is a distribution of 3D points. The latent CNF transforms a vector sampled from the shape prior to a latent shape vector. - The point CNF transforms 3D points sampled from the point prior to a point cloud on the shape. + The point CNF transforms 3D points sampled from the point prior to a point cloud conditioned on a shape vector.