Caenorst

Results 215 comments of Caenorst

So, because I was not familiar with Softras projection, I made my own camera setting with: ``` nb_views = 12 theta = torch.rand(nb_views, device='cuda') * 2 * math.pi phi =...

i'm also seeing the "wiggle" on the [Omniverse app](https://docs.omniverse.nvidia.com/app_kaolin/app_kaolin/overview.html) ![image](https://user-images.githubusercontent.com/10882588/116261904-182bb900-a746-11eb-9000-46444040f309.png)

Hi @sohamvyas73 , What is the full error message?

Closing for inactivity

Hi @adithyamurali ! Thank you for your interest in Kaolin! Right now we have `kaolin.ops.mesh.check_sign` and `kaolin.ops.conversions.sdf_to_voxelgrids`. We are exploring where we can have pertinent features for SDF, feel free...

Just pushed a fix on Kaolin, let me know if that resolve the issue.

In the first screenshot, you still have `residues` and `pts_ind` on different devices than `triangles`?

You can add some log around just to identify where it is hanging, let me know if a function in Kaolin is the culprit and I'll happily address that

I see from the code where this might crash, I will address that in the coming week