HongwenZhang / JVCR-3Dlandmark

[TIP 2019] Adversarial Learning Semantic Volume for 2D/3D Face Shape Regression in the Wild
MIT License
152 stars 30 forks source link

.dat file #10

Closed jayp84847 closed 3 years ago

jayp84847 commented 3 years ago

Yet I am working on project where I am using 68 face landmarks in my project. But its not 3d and more stable. So I am trying to make it more stable or finding new dataset. Can you tell me how can I make ".dat" file from this 3d dataset. Or can you share me .dat file for this dataset.

HongwenZhang commented 3 years ago

Hi, what's the meaning of '.dat' file? Is it the file used in the dlib C++ Library?

jayp84847 commented 3 years ago

I am using dlib 68_face_landmarks.dat file. Its dlib shape predictor landmarks file.

Link of dlib face landmark file : http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2

Dlib other files : http://dlib.net/files/

On Wed, 7 Jul 2021, 5:03 pm Hongwen Zhang, @.***> wrote:

Hi, what's the meaning of '.dat' file? Is it the file used in the dlib C++ Library?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HongwenZhang/JVCR-3Dlandmark/issues/10#issuecomment-875528557, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATM6FWBIV662IR2YVETZOULTWQ3PLANCNFSM4752J45Q .

HongwenZhang commented 3 years ago

JVCR is currently based on Python and has not been packaged as a Library, so there is not such a .dat file for the algorithm and data.

jayp84847 commented 3 years ago

Can you guide me how can I convert and use it as .dat module in my project. Like its also seems like dlib 68 face landmarks.

On Wed, 7 Jul 2021, 6:23 pm Hongwen Zhang, @.***> wrote:

JVCR is currently based on Python and has not been packaged as a Library, so there is not such a .dat file for the algorithm and data.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HongwenZhang/JVCR-3Dlandmark/issues/10#issuecomment-875577390, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATM6FWBFSU3I26ONX54OMGLTWRE33ANCNFSM4752J45Q .

HongwenZhang commented 3 years ago

Sorry, I am not familiar with dlib and do not know how to package it as a .dat file.