Hi.
While trying to run the preprocessing steps (cut_mesh.py and render_mask.py), I noticed that some of the files referenced in the code or documentation don’t appear to exist in the standard FaceScape dataset. I’m specifically referring to:
Landmark files
High-quality meshes (PLY) used as the “high mesh” in the preprocessing pipeline
Several users mention “high-quality meshes” being required (for example, the mesh passed to high_mesh_path in cut_mesh.py), but these files are not included in any of the official FaceScape zips (fsmview_trainset_images_xxx.zip or facescape_trainset_xxx.zip).
Because of this, it’s unclear what the expected inputs actually are:
What is the correct “high-quality mesh” file?
Where can it be obtained?
Is there an additional resource or dataset that contains these meshes?
Are the required landmarks also provided somewhere, or should they be generated separately?
It seems that the preprocessing code assumes the existence of data that is not included in the standard FaceScape release.
Could you clarify exactly which files are needed, and where they should come from?
Thank you!
Hi.
While trying to run the preprocessing steps (cut_mesh.py and render_mask.py), I noticed that some of the files referenced in the code or documentation don’t appear to exist in the standard FaceScape dataset. I’m specifically referring to:
Landmark files
High-quality meshes (PLY) used as the “high mesh” in the preprocessing pipeline
Several users mention “high-quality meshes” being required (for example, the mesh passed to high_mesh_path in cut_mesh.py), but these files are not included in any of the official FaceScape zips (fsmview_trainset_images_xxx.zip or facescape_trainset_xxx.zip).
Because of this, it’s unclear what the expected inputs actually are:
What is the correct “high-quality mesh” file?
Where can it be obtained?
Is there an additional resource or dataset that contains these meshes?
Are the required landmarks also provided somewhere, or should they be generated separately?
It seems that the preprocessing code assumes the existence of data that is not included in the standard FaceScape release.
Could you clarify exactly which files are needed, and where they should come from?
Thank you!