ThibaultGROUEIX / 3D-CODED

Pytorch Implementation for the project : `3D-CODED` and `Learning Elementary Structure`

Home Page:http://imagine.enpc.fr/~groueixt/3D-CODED/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rotation invariance

kuzand opened this issue · comments

In the paper it says that "As an alternative, we tried to learn a network directly invariant to rotations around the vertical axis."
I was wondering how was this done?

The dataset of humans is aligned. We added invariance to rotation through data augmentation by randomly rotating the sampled human mesh around the Y axis when training 3D-CODED. This makes the network's job harder but works to some extent.
Best regards,
Thibault

Thank you for the information!