anthonysimeonov / ndf_robot

Implementation of the method proposed in the paper "Neural Descriptor Fields: SE(3)-Equivariant Object Representations for Manipulation"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is T in DecoderInner

Julien-Gustin opened this issue · comments

Hello @anthonysimeonov,

I am sorry to disturb you but in line 241 of file src/ndf_robot/model/vnn_occupancy_net_pointnet_dgcnn.py I do not understand to what correspond the T dimension of p. For my understanding p is a batch of 3D points and therefore we have
Batch_size=batch size, T=?, D=3
Thank you,
Julien.