Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

what is data augmentation trick you added?

Open dogyoonlee opened this issue 5 years ago • 3 comments

what is data augmentation trick you added? I want to know the classification accuracy without the additional augmentation trick. what is the classification accuracy with pure augmentations which are mentioned in pointnet++ official paper?

dogyoonlee avatar Aug 10 '20 05:08 dogyoonlee

it seems to be adding normal vx,vy,vz to the points' x,y,z data

ashlet avatar Jan 21 '21 09:01 ashlet

@dogyoonlee and @ashlet It seems like they are not doing rotation and jitter but only doing random point drop out, scaling, and shifting.

sheshap avatar Mar 06 '21 14:03 sheshap

@dogyoonlee and @ashlet It seems like they are not doing rotation and jitter but only doing random point drop out, scaling, and shifting.

I agree with you and do you think this affects the result to a considerable degree? By the way, I'm confused that how can we define the training set, validation set, and test set in this implementation. Is validation set the test set?

mmmmimic avatar May 11 '21 15:05 mmmmimic