You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was getting some weird results for some tests I'm doing with CDCPD and I've found that I'm getting a strange SDF surface with pytorch_volumetric. The surface seems to jut out of the expected surface.
The mesh is a cube mesh with center at (0, 0, 0), moved to (3.51, 0, 0) with the pytorch_volumetric visualization frame. The cube mesh has side length of 0.2.
This was a known issue due to how ray-tracing destinations are set that should've been fixed with the RobotSDF_batching_fix branch which was merged 2 weeks ago. Are you using the latest master or a previous release? I don't think the latest release has this fix yet.
Thanks for the quick reply. I see. I'm using the pip-installed version so I believe I'm behind master. Is it easy/quick to do another release or should I just pull master and do a local install?
Description
Hello, I was getting some weird results for some tests I'm doing with CDCPD and I've found that I'm getting a strange SDF surface with
pytorch_volumetric
. The surface seems to jut out of the expected surface.The mesh is a cube mesh with center at (0, 0, 0), moved to (3.51, 0, 0) with the
pytorch_volumetric
visualization frame. The cube mesh has side length of 0.2.This shows the strange jut of surface.
And a zoomed view.
Am I doing something wrong that may cause this?
To Reproduce
Script To Reproduce:
And The Cube Mesh:
The text was updated successfully, but these errors were encountered: