Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code for estimating pose for preprocessing (used in "Deep3DFaceRecon" directory) #7

Closed
mjmjeong opened this issue Aug 2, 2022 · 1 comment · Fixed by #8
Closed
Labels
documentation Improvements or additions to documentation

Comments

@mjmjeong
Copy link

mjmjeong commented Aug 2, 2022

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?

@Xiaoming-Zhao
Copy link
Collaborator

Hi thanks for your interests. In the TRAIN_EVAL.md, I mentioned that using my modified version of the Deep3DFaceRecon_pytorch. I only modified some small things, e.g., adding the scripts you mentioned and adding several new command line arguments etc.

Maybe I should make it clearer.

@mjmjeong mjmjeong closed this as completed Aug 2, 2022
@fangchangma fangchangma added the documentation Improvements or additions to documentation label Aug 2, 2022
fangchangma added a commit that referenced this issue Aug 2, 2022
Clearer doc about the setup of Deep3DFaceRecon_pytorch (#6 and #7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants