-
Notifications
You must be signed in to change notification settings - Fork 19
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
Release of ShapeNet dataset #2
Comments
Thanks for your interests in our work. For shapenet data rendering, we adopt the rendering script from GET3D. For OmniObject3D, we adopt the official rendering script. |
Thanks! May I ask if you have used any non-default parameters to render your dataset for shapenet? And also it seems that 150 views are rendered, may I ask how these views are arranged/sampled? Thanks again for your response. |
Hi, Thanks, |
The camera distributions are shown in the following table:
And the ground truth renderings are randomly sampled. Generated samples of both our models and baselines are start from random gaussian noise, and then we render the generated objects using randomly sampled camera poses of GT-rendering. |
Hi, Thank you for your query about the elevation angle in the rendering. The elevation angle is the angle between the horizontal plane and the camera's line of sight towards the object. The rendering script uses Euler angles, where the rotation around the X-axis corresponds to the elevation angle. We use the rendering script of GET3D. The rotation_euler[0] are randomly sampled between 0 and 60 degrees (0 to π/3), which is consistent with elevation angle ranged from (1π/6 , π/2):
The angles are saved and applied correctly as per the GET3D paper's specifications. |
Thank you for your answer, which is very helpful to me. I would like to ask how to obtain the data ./shapenet_car/mean.pt and ./shapenet_car/std.pt in the training of Unconditional Generation on ShapeNet? I don't seem to find the corresponding method in GaussianCube_Construction |
You could refer to this script of calculating the mean and std among all your fitted assets. |
Oh, thanks again! |
Dear authors,
Thanks for this impressive work!
I am wondering if you can share the ShapeNet cars/chairs dataset with 512x512 resolution / 100 views you used.
Thanks,
Oscar
The text was updated successfully, but these errors were encountered: