Is rotation matrix defined correctly in dataset.py?
haoliangjiang opened this issue · 0 comments
haoliangjiang commented
pointnet.pytorch/pointnet/dataset.py
Line 182 in f0c2430
I understand this rotation matrix for data argumentation. Thus, theta and -theta might function the same. Logically, if we are doing pc.dot(rotation matrix), I guess we need to transpose the rotation_matrix in the original code?