-
-
Notifications
You must be signed in to change notification settings - Fork 911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output of ReconstructMesh #1142
Comments
-- Found CUDA: /usr/local/cuda (found version "12.1") |
First of all pls build in release mode. |
Thanks for your reply.
|
The second issue, you may refer to #1058. |
Thanks for your advice. But I want to refine the mesh because the generated mesh (through ReconstructMesh) is coarse. I want it to be finer. |
RefineMesh scene_dense.mvs -m scene_dense_mesh.ply |
Thanks for your reply. |
Why the outputs of
ReconstructMesh scene_dense.mvs -p scene_dense.ply
are "scene_dense_mesh.mlp", "scene_dense_mesh.ply", "scene_dense_mesh_raw.ply"? I didn't get the "scene_mesh.mvs" for RefineMesh .cmake -DCMAKE_BUILD_TYPE=Debug ..
The repo is built in a debug mode, otherwise, I will get an error "Assertion failed: (facets.empty() && inter.type == intersection_t::VERTEX && inter.v1 == vi)",
cmake -DCMAKE_BUILD_TYPE=Release ..
doesn't work.The text was updated successfully, but these errors were encountered: