-
-
Notifications
You must be signed in to change notification settings - Fork 910
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
TextureMesh Segmentation Fault #1132
Comments
Update, I found that the program crashes when executing " |
Are you sure you are using the latest develop branch? Pls send the data and
command line to reproduce the crash.
…On Wed, Apr 17, 2024 at 15:29 yinbc ***@***.***> wrote:
Update, I found that the program crashes when executing "const auto
texIdx = faceTexindices[idxFace];" in Mesh::SaveOBJ. After testing, I
found that faceTexindices is empty. What is the meaning of faceTexindices?
—
Reply to this email directly, view it on GitHub
<#1132 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVMH3QTB54WWWWI2JIKBQ3Y5ZTKHAVCNFSM6AAAAABGJUEA3CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRRGE2DONZUHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@cdcseacave Thank you for your reply. I am using the latest master branch. I have sent my data and command line to your email. |
Latest *develop* branch
…On Wed, Apr 17, 2024 at 18:03 yinbc ***@***.***> wrote:
@cdcseacave <https://github.com/cdcseacave> Thank you for your reply. I
am using the latest master branch. I have sent my data and command line to
your email.
—
Reply to this email directly, view it on GitHub
<#1132 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVMH3VLORDRB7A3HENPCUTY52FNVAVCNFSM6AAAAABGJUEA3CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRRGQ4DGNRTHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi, I want to use this repo to extract texture, but I got failed when building the main branch. will the |
yes,it worked for me,you can try it |
thank you! |
Issue Description:
I encountered a segmentation fault error while running the
TextureMesh
module in OpenMVS version 2.3.0. The process terminates unexpectedly after "Segmentation fault (core dumped)". The following is the output from the console.In addition, ply can be successfully generated without "--export-type obj".
Console Output:
The text was updated successfully, but these errors were encountered: