-
Hi, thanks for your work. I have a question while running mapping api.
I read that the mesh is generated on dense reconstruction. Is there a condition to get the mesh data in real time? Does it onl…
-
When generating the simple geometry of box, its mesh contains 24 vertices, and the box itself only needs 8 vertices to represent, and 24 vertices cannot ensure the closure of the mesh, it is just a se…
-
Hello! I'm getting these errors when trying to generate one of the examples. Any thoughts? This is trying to run on a light Macbook Air M2 with 16GB memory, so could that be the issue?
```
/Users…
-
We could put the actual nav mesh generation on another thread, then where it's finished, swap out the existing navigation info on the next available frame. I think godot does something like this with …
-
https://github.com/florasion/D-VQVAE/blob/82f319b5d2ef871abb5a6d0b5f6ac62466615e51/dataset/utils_HO3D_FPHA.py#L26
Thanks for sharing your valuable work and code! I encountered two issues while work…
-
Hello, its 2024, and we try to use OpenRBC for our work with erythrocytes. Seems that we compiled openrbc, but generation of initial points with utils\rbc_mesh.py returns error:
```
Traceback (mos…
-
Hello, thank you for your great work in the automatic PBR generation for untextured 3D meshes! I am curious about your filtered high-quality PBR dataset from the Objaverse. Do you plan to release it i…
-
I ran a mesh generation simulation successfully. But a script crashed when I tried to convert the invert_mesh.nc to a different format. I debugged and found something unexpected:
It appears cell 60…
-
I've spent the last day trying to figure out how my work on creating a mesh file that contains named volumes and named surfaces is _not_ discarded by sfepy.
I didn't give up and just replicate my w…
-
I have saved a mesh of Box (24cm x 21cm x 10 cm) using Meshroom tool.
I load the mesh using Open3d and make it watertight using pyvista and pymeshfix.
Finally, I calculated the volume using pemeshfi…