Closed zhongxiaj closed 1 year ago
how can I convert the 4.<class cnn.octree.points.Points'> to
class ocnn.octree.points.Points
is a python class containing several Pytorch Tensors as its properties.
What do you mean by "to but not tensor"?
class ocnn.octree.points.Points
is a python class containing several Pytorch Tensors as its properties.What do you mean by "to but not tensor"?
I am trying to convert 4.<class cnn.octree.points.Points'> to <class 'ocnn.octree.octree.Octree'> In my view, the function"octree = Octree(6).build_octree(li)" could touch the goal, but in fact it feedback 5.<class 'torch.Tensor'> . How can I do?
class ocnn.octree.points.Points
is a python class containing several Pytorch Tensors as its properties.What do you mean by "to but not tensor"? I find the funcition is what I want :ocnn.dataset.Transform Thanks for your great work!!
I am trying organize my own dataset to fit the Net
how can I convert the 4.<class cnn.octree.points.Points'> to not tensor? I am just following the doc ( following the the documen: thttps://ocnn-pytorch.readthedocs.io/en/latest/modules/octree.html)