Added normals to prediction DataObject
This commit is contained in:
@@ -8,7 +8,7 @@ from torch_geometric.utils.num_nodes import maybe_num_nodes
|
||||
from torch_geometric.data.data import Data
|
||||
from torch_scatter import scatter_add, scatter_max
|
||||
|
||||
GLOBAL_POINT_FEATURES = 6
|
||||
GLOBAL_POINT_FEATURES = 3
|
||||
|
||||
class PointNet2SAModule(torch.nn.Module):
|
||||
def __init__(self, sample_radio, radius, max_num_neighbors, mlp):
|
||||
|
||||
Reference in New Issue
Block a user