griegler/octnet

octree converted point clouds errors while training: Segmentation fault (core dumped)

AymanMukh opened this issue · 1 comments

similar to issue 5, I got initially the same error:
invalid input size, self.nInputPlane=1, input:feature_size()=3
but then when I used features = np.ones((1,xyz.shape[0]), dtype=np.float32) no file was created in the preprocessed folder

It should be features = np.ones((xyz.shape[0],1), dtype=np.float32)