-
I am having trouble getting the same 3d cloud results from OrbbecViewer using the CoordinateTransformHelper (CTH).
To compute the 3d points, we use this:
```
static constexpr uint32_t s_dw = 64…
-
May I ask why satellite-generated point clouds cannot be found when performing 3D Gaussian splatting?
-
Hi I'm trying to run demo.py of 3D match on my own point clouds (there are around 100K points in each after downsampling to 0.025m), but I get,
RuntimeError: CUDA out of memory. Tried to allocate 8.3…
-
Hi, thanks for releasing this comprehensive codebase combining both DeepGCNs paper and DeeperGCNs paper. I was wondering whether you have experimented with the architectural advancements from DeeperGC…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/d…
-
Hi, thank you for sharing your work! I have a question regarding the input point cloud in deploy_neural_mp.py. In the code, the input point cloud is obtained using neural_mp.get_scene_pcd(), but the p…
-
Thank you for sharing a nice work!
I'm currently using monst3r by repetitively reconstructing 3D point clouds for a series of videos.
However, I observed that there is a GPU memory leakage, where …
-
Hi, and thank you so very much for this fantastic work and for releasing the code! I would like to inquire whether it is possible to save the generated neural point clouds in any format point cloud da…
-
Hello,
Thank you for sharing your code, it's great work.
I want to test your code on my datasets. Maximum range of my point clouds is around 1.2m and FoV of my sensor is about 70 degree. I want to…
-
### Description
Based on the latest docs, wandb currently supports 3D visualizations for the these filetypes: `['obj', 'gltf', 'glb', 'babylon', 'stl', 'pts.json']`, as well as point clouds given as …