pointnet.pytorch
pointnet.pytorch copied to clipboard
batch size of 32 do not generate useful segmentation models (64 does)
For some reason when I train using batch size of 32 the accuracy is below 0.5 and visualizing prediction leds to all points predicted with same class. Increasing to 64 leads to good performances. Any explanation?