Skip to content
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

Difference between 'obj_spherical' and 'depth_spherical' #24

Closed
krebin opened this issue Jul 17, 2019 · 1 comment
Closed

Difference between 'obj_spherical' and 'depth_spherical' #24

krebin opened this issue Jul 17, 2019 · 1 comment
Labels
good first issue Good for newcomers

Comments

@krebin
Copy link

krebin commented Jul 17, 2019

How can I obtain 'obj_spherical' and 'depth_spherical' with another dataset? Am I supposed to use

class render_spherical(torch.nn.Module):
?'
Do I input a depth image and a voxel file?

@ztzhang
Copy link
Collaborator

ztzhang commented Jul 19, 2019

you can take a look at

def render_model(mesh, sgrid):

For depth_spherical we use back-projected depth as partial surfaces and render the spherical maps.
for obj_spherical, we use trimesh for ray mesh intersection to generate the maps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants