facebookresearch / clevr-dataset-gen

A Diagnostic Dataset for Compositional Language and Elementary Visual Reasoning
Other
577 stars 204 forks source link

Rotation in radians #5

Open rawalkhirodkar opened 6 years ago

rawalkhirodkar commented 6 years ago

Hi, I think the rotations used in blender (random.rand()*360.0) and thus stored in scene json is in radians and not in degrees. I did verify this using preliminary testing.

Reference: blender stackexchange