Closed amiltonwong closed 2 years ago
Hi @amiltonwong ,
The 13-channel input features are:
The implementation is the following function: https://github.com/lzhengning/SubdivNet/blob/3c56f9fe8edf08b16fe015ad09684f8ced78a51d/subdivnet/dataset.py#L43
Hi, @lzhengning ,
According to data loading from here, meshes['faces']:(bs, num_f, 3), meshes['feats']:(bs, 13, num_f), meshes['Fs']:(bs,) are used for training iteration. Could you elaborate what those 13 channels mean in meshes['feats']?
Thanks