Closed samanemami closed 2 years ago
Please run the provided examples following the tutorials like Classification, Segmentation
Thank you for the examples and datasets Of course, they are very clear and practical, But as your library is a capable library in terms of the point cloud, I intended to use the models from the model dir, such as the above code without any change. But if you only consider the above code (which is the same result as the one in the model), it does not work. I am not sure what element I am missing in the implementation
Considering the following written ResNet class;
and the input ply file with the shape of
torch.Size([841348, 3])
. And the calling ResNet is as follows;We will have the following AttributeError;
And I think we have to call the OCtree properly not the object!
Any idea? Thanks