unibas-gravis / basel-face-pipeline

Apache License 2.0
230 stars 34 forks source link

No "mean2012_l7_bfm_nomouth.ply" #14

Open dierst07 opened 4 months ago

dierst07 commented 4 months ago

Hi,

While I was running "BuildNeutralPrior", I encountered an error saying it could not find "mean2012_l7_bfm_nomouth.ply" in "pipeline-data\data\incoming\reference\mesh\"

I figure this file name (neutral face) and other files of various facial expressions are defined in "BU3DDataProvider.scala", but cannot find those files anywhere. Could you please let me know where I can find or download them?

FYI, I acquired "bu3dfe" dataset and successfully ran the preprocessing. Now there are preprocessed bu3dfe data in "pipeline-data\data\incoming\mesh". But, it only has preprocessed data from F0001 to F0004. Hope this is correct. Also, I have basel face model 2019. Nowhere I can find the above reference meshes. Please help with this issue.

BernhardEgger commented 4 months ago

Hi,

you can download the "pipeline-data" directory on the bfm webpage under the "additional data" link at the bottom of the page https://faces.dmi.unibas.ch/bfm/bfm2017.html

Additional data No login is required to access these files. However, you still have to accept the terms of the license agreement. Download the data to follow the experiments of [1] including landmarks and fitting results (268 MB)

Best Bernhard

0 1 0 0 0 1 1 1 1

Am Fr., 26. Juli 2024 um 18:03 Uhr schrieb dierst07 < @.***>:

Hi,

While I was running "BuildNeutralPrior", I encountered an error saying it could not find "mean2012_l7_bfm_nomouth.ply" in "pipeline-data\data\incoming\reference\mesh"

I figure this file name (neutral face) and other files of various facial expressions are defined in "BU3DDataProvider.scala", but cannot find those files anywhere. Could you please let me know where I can find or download them?

FYI, I acquired "bu3dfe" dataset and successfully ran the preprocessing. Now there are preprocessed bu3dfe data in "pipeline-data\data\incoming\mesh". But, it only has preprocessed data from F0001 to F0004. Hope this is correct. Also, I have basel face model 2019. Nowhere I can find the above reference meshes. Please help with this issue.

— Reply to this email directly, view it on GitHub https://github.com/unibas-gravis/basel-face-pipeline/issues/14, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFZK3YVULER3PL74VNL7W5DZOJXN3AVCNFSM6AAAAABLQZA2TKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQZTENJTGI3TINI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

dierst07 commented 4 months ago

Thank you! I was able to run all the processes successfully. This is such amazing work.