- Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
In the TRAIN_EVAL.md, you used the following commands for estimating camera pose:
# For FFHQ cd ${Deep3DFaceRecon_PATH} python estimate_pose_ffhq.py --name=pretrained --epoch=20 --img_folder=${GMPI_ROOT}/runtime_dataset/dummy --gmpi_img_res ${RES} --gmpi_root ${GMPI_ROOT} # For MetFace cd ${Deep3DFaceRecon_PATH} python estimate_pose_metfaces.py --name=pretrained --epoch=20 --img_folder=${GMPI_ROOT}/runtime_dataset/dummy --gmpi_root ${GMPI_ROOT} However, I can not find these codes in the Deep3DFaceRecon_pytorch repository.
I guess you newly made these python files. Could you share these files?
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation