-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regarding Symmetry calculation #289
Comments
No, it should look something like this: {
"symmetries_discrete": [[ 1, 0, 0, 0,
0, -1, 0, 0,
0, 0, -1, 0,
0, 0, 0, 1],
[-1, 0, 0, 0,
0, 1, 0, 0,
0, 0, -1, 0,
0, 0, 0, 1],
[-1, 0, 0, 0,
0, -1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1]],
"align_axes": [{"object": [0, 1, 0], "camera": [0, 0, 1]}]
}
No, mirror symmetries are fine. Only rotational symmetries need any special handling. |
Hi, thanks for the clarification. Closing the issue. |
Sorry to revive the issue, I am dealing with a mug model. If I think about geometric symmetry about the mug, the json file accounting for the symmetry looks like this:
Am I correct ?? So, geometrically this mug model has a symmetry along y axis, but texture wise, it has different texture in one face and different on the other. In this situation, should I include a model.json file like the above or skip it ?? |
Hi, I am trying to calculate symmetry for my objects to generate some dataset with dope and train.
Here are my objects:
Rodbar:
It looks like it has rotational 180 degree symmetry in all axes. Is the following model_info.json correct?
Also a question about mirror symmetry.
doorhandle:
It looks like it has some mirror symmetry around one axis. Does it need any kind of model_info.json file ?
Thanks.
The text was updated successfully, but these errors were encountered: