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
The current way of fusing TSDF volume does not seem to have an easy way to access the TSDF volume (even with the private getTSDFAt() function). I'm wondering if there's a way to get the volume? Alternatively, any ways to implement this with the open3d UniformTSDFVolume instead of ScalableTSDFVolume?
The text was updated successfully, but these errors were encountered:
The current way of fusing TSDF volume does not seem to have an easy way to access the TSDF volume (even with the private
getTSDFAt()
function). I'm wondering if there's a way to get the volume? Alternatively, any ways to implement this with the open3dUniformTSDFVolume
instead ofScalableTSDFVolume
?The text was updated successfully, but these errors were encountered: