haoliangjiang

Results 3 issues of haoliangjiang

Anyone did offline data augment without planes infos? It is not clear to me if it is essential for offline data augment training of RCNN.

https://github.com/fxia22/pointnet.pytorch/blob/f0c2430b0b1529e3f76fb5d6cd6ca14be763d975/pointnet/dataset.py#L182 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...

I think the original pix2pix GAN is using patchGAN. Where is the code related to it in your Tensorflow version?