edward1997104 / Neural-Template

Neural Template: Topology- aware Reconstruction and Disentangled Generation of 3D Meshes (CVPR 2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to implement the Latent Code Arithmetic?

liang3588 opened this issue · comments

Great work!
I wonder that how to implement the Latent Code Arithmetic, including the shape arithmetic and topological arithmetric.

We separate the encoded latent vector into 2 parts, the first 128 dimensions are the shape code and the last 128 dimensions are the topology code. You can perform the arithmetic in only one of the spaces by changing the first 128 dimensions or the last 128 dimensions.