Git Product home page Git Product logo

Comments (14)

NaughtyZZ avatar NaughtyZZ commented on June 12, 2024

The *exe is compiled with VS 2015 environments. You can recompile an *.exe file with your VS 2019 and then you can run it on your computer.

from 3d_face_dense_registration.

qaz8788817 avatar qaz8788817 commented on June 12, 2024

The *exe is compiled with VS 2015 environments. You can recompile an *.exe file with your VS 2019 and then you can run it on your computer.

Thank you. I will try to compile it!!

from 3d_face_dense_registration.

qaz8788817 avatar qaz8788817 commented on June 12, 2024

Hi, Could you tell me which option you choose to build?
image
I've tried "No", and it cannot build because mkl_pardiso.h can't open.
When I choose Parallel, it can build successfully but can't run.
It's the error of picture when I double click the *.exe:
image
and I type the command in the powershell but nothing happen.

And when I choose Sequential, it is same above but the error message is:
image
The last one Cluster cannot build successfully because it can't open impi.lib file.

Did I miss some important information or action?

Thanks for your help!!!!

from 3d_face_dense_registration.

NaughtyZZ avatar NaughtyZZ commented on June 12, 2024

Mine is sequencial. The problem shows that some dynamic libraries of MKL are missing.

from 3d_face_dense_registration.

qaz8788817 avatar qaz8788817 commented on June 12, 2024

I download mkl_sequential.2.dll from website DLLme and put it in "C:\Windows\System32".
And there is another error:
image
Here is the error code:
image

Thanks for your help.

from 3d_face_dense_registration.

NaughtyZZ avatar NaughtyZZ commented on June 12, 2024

I suggest you should locate the code line of the error first.

from 3d_face_dense_registration.

qaz8788817 avatar qaz8788817 commented on June 12, 2024

I suggest you should locate the code line of the error first.

Emm.. I found something weird. I think maybe it's another problem. Iwill ask intel community if there is any solution.
image

When I build the project, it always show me no error but some warning:
image
Does this matter?

And I use "Line-by-line execute" (shortcut key is F11) to try to find the error code line.
It stop here and I don't know how to fix it.
image
In the main function, it stop here:
image

Thank you. Hope that it doesn't inconvenience you too much.

from 3d_face_dense_registration.

NaughtyZZ avatar NaughtyZZ commented on June 12, 2024

You may try to delete these lines and it will not affect the whole program.
image

from 3d_face_dense_registration.

qaz8788817 avatar qaz8788817 commented on June 12, 2024

Hi, I take your suggestion to delete these lines.
image
And it can successfully load template.ply now.
But it will break and show this line:
image
Here is the error code:
image
And the main function:
image

I've searched Internet and they said this error code means "input inconsistent". Which input parameter do you think will cause this problem?

Thanks.

from 3d_face_dense_registration.

NaughtyZZ avatar NaughtyZZ commented on June 12, 2024

I am not sure. You may check the input variable and referring to the original manual of PARDISO function. This line actually works as a simple sparse matrix factorization.

from 3d_face_dense_registration.

qaz8788817 avatar qaz8788817 commented on June 12, 2024

I am not sure. You may check the input variable and referring to the original manual of PARDISO function. This line actually works as a simple sparse matrix factorization.

Emm...I have this problem on my local computer, but not on the VM. It's weird. I think it's the version issue. My local computer is VS2022 but VM is VS2019.
But I can run the *.exe in my VM.
I have a question for the input files. The TU-models I downloaded from FaceScape are all ends with *.obj.
So I have to change them into *.ply. Do I need to set some special attribute when I use meshlab to export them as *.ply files?
Because I got something wrong. I exported a test file from meshlab, and I put it into inputfile to run register. Here is the process output:
image
And 1_neutral.ply can't open.
This is the setting when I use meshlab to export 1_neutral.obj as 1_neutral.ply.
image

Thank you.

from 3d_face_dense_registration.

NaughtyZZ avatar NaughtyZZ commented on June 12, 2024

I suggest that you can select all except for the TexCoord and binary encoding. There are many open libraries that can read general *.obj or *.ply files, e.g. libigl, openmesh, supporting batch data processing in this way. You can also refer to my code for reading *.ply and alter them for reading *.obj file.

from 3d_face_dense_registration.

NaughtyZZ avatar NaughtyZZ commented on June 12, 2024

Here is my code for converting *obj files to *ply files.
objFileReader.zip

from 3d_face_dense_registration.

qaz8788817 avatar qaz8788817 commented on June 12, 2024

Thank you for providing such helpful guidance that helped me successfully run the program. Your assistance has been awesome!

from 3d_face_dense_registration.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.