Closed katadam closed 3 years ago
Is there a way to extract per point (vertex) features performing a forward pass as a descriptor for each point, given that this is a U-net architecture?
Of course. The original backbone usually gives per point feature. We just did max-pooling to extract the global feature vector.
Is there a way to extract per point (vertex) features performing a forward pass as a descriptor for each point, given that this is a U-net architecture?