NaughtyZZ / 3D_face_dense_registration

Towards Fine-Grained Optimal 3D Face Dense Registration: An Iterative Dividing and Diffusing Method (IJCV2023)
https://github.com/NaughtyZZ/3D_face_dense_registration/tree/main
52 stars 4 forks source link

Question about mkl_pardiso.h #2

Open YP-118 opened 1 year ago

YP-118 commented 1 year ago

I'm wondering if the mkl_pardiso.h is from the Intel MKL library or is it from Panua Technologies? BTW, if it is from Panua Tech, does it mean that the code can only be supported in Linux?

NaughtyZZ commented 1 year ago

I'm wondering if the mkl_pardiso.h is from the Intel MKL library or is it from Panua Technologies? BTW, if it is from Panua Tech, does it mean that the code can only be supported in Linux?

It is from the Intel MKL library in this implementation. The original source for this function from intel is also from the Panua Tech, so I quote https://pardiso-project.org/ in the paper.

YP-118 commented 1 year ago

Thank you very much.

NaughtyZZ commented 1 year ago

You are welcomed. I will update the dependencies in the readme file afterwards.