buaacyw / MeshAnythingV2

From anything to mesh like human artists. Official impl. of "MeshAnything V2: Artist-Created Mesh Generation With Adjacent Mesh Tokenization"
https://buaacyw.github.io/meshanything-v2/
Other
623 stars 33 forks source link

Question about Rotation Augmentation #8

Closed qixuema closed 2 months ago

qixuema commented 2 months ago

Hi, Yiwen

Thank you for the incredible work on MeshAnything V2. I have a quick question regarding the rotation augmentation technique used:

Any insights would be greatly appreciated.

buaacyw commented 2 months ago

Thanks! We only rotate around Y axis. The rotate angle is uniformly sampled from 0 - 360.

qixuema commented 2 months ago

Thank you for the prompt response and clarification.