-
**Describe the bug**
ITk-ransac implementation fails if the scales of two models are very different. Particularly when one is very slow. This affects both ALPACA and FastModelAlign (which uses logic …
-
Hi,
**Description**: I tried to load a .PLY file with your library, unfortunately it does not work as intended - resulting in an error: `RuntimeError: Internal PLY loading error. Type has no defin…
-
Hi mkkellogg,
I found on Iphone13 with 4G GPU memory,the demo fails to load (but it happens to be successful!).
If i change the ply model to smaller size, the demo works well.
My question is, why…
-
Hi, thanks for the great work.
The main objects are great in result ply file.
But the backgound (eg. sky, far-away buildings, ...) is not very good since they are too far.
So sometimes there woul…
-
I'm trying to run simple_trainer directly on a dataset produced by realitycapture and converted by `ns-process-data`, however, the output of which is simply a `transforms.json` and a `.ply`. It seems …
-
I'm working on something that requires me to be recalculating a player's Max Health constantly, depending on what health items they acquire, but I've run into a bit of a snag.
I only noticed when my …
-
Hi, I have trouble loading ply files generated by [postshot](https://www.jawset.com/). The (Vision Pro) app crashes without displaying an error.
The ply header is as follows:
```
ply
format bina…
-
Hi guys! Thanks for great work!
When I use Geogram to read a PLY file, I can't clearly see the information about normals and colors in the mesh.vertices in debug mode.
any reply will be very appreci…
-
### 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.or…
-
I ran the code below, but i got two different fid results.
One result is -1 and the other is 663153. Is it possible that passing only one ray leads to this problem?
```
ply_area = trimesh.load(ply…