Antonios P. Sarikas

Results 4 comments of Antonios P. Sarikas

@pmorerio This is also what I am thinking. I was confused with the term `initialized` since this matrix is always initialized/added at each step (both at training and inference).

> Additionally, PointNet is not supposed to be affected by redundant points due to its max-pooling operation. It is therefore possible to just sample point clouds with replacement, to a...

> HI @brbrhpt > > As there are batch norm layers, using batch size = 1 would cause some issues. At training time, TensorFlow does require a fixed tensor size,...

@Hero7749 What if the size of the point cloud matters for the task at hand? Should normalization be applied in this case?