-
Hi, thanks for your great work, which also includes the implementation of sigma-fusion.
In the NeRF-SLAM paper, Table 1 shows a quite large difference in depth L1 metric between the TSDF-based met…
-
Great works. I wonder how can this method extend to multiple view depthmap? Can I use it for unbounded mesh extraction in a fashion like TSDF fusion?
hbb1 updated
9 months ago
-
Hello,
I tried the ScalableTSDF integration and got this error:
`terminate called after throwing an instance of 'thrust::system::system_error'
what(): parallel_for failed: cudaErrorMemoryAlloc…
-
I hope this message finds you well. I wanted to take a moment to commend you on the fantastic work you've done with the depth estimation project. The demo on Hugging Face is truly impressive!
I am …
-
Hi! Thanks for this awesome project. I trying to train dnsplatter,using custom data collected with an Orbber femto camera. Contain RGB and depth images.
And then I used Spectacular AI SDK proce…
-
**Bug Report Checklist**
- [x] I provided code that demonstrates a minimal reproducible example.
- [x] I confirmed bug exists on the latest mainline of AutoGluon via source install.
- [x] I c…
-
Any way we can truncate only ouside voxels and not inside ?
I want values of all voxels which are inside the surface.
TSFvolume has only sdf_trunc argument, which truncate both outer and inner voxel…
-
I am having an issue with resampling/interpolation that I think must be a simple misunderstanding. I have a signal at 10 Hz and I want to upsample to 100 Hz and fill values with a linear interpolation…
-
Hi,
I tried `rosbag play TUMdatset**.bag` as input then modified the subscribe topic name of this project as:
" remap from="/camera/depth/image_raw" to="/camera/depth/image"/"
" remap from="/cam…
-
I am trying to do TSDF-fusion on the NYU dataset using this depth estimation result. But I didn't find the camera pose. Could u tell me how to get the camera pose on the NYU dataset?
Thanks!