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

No "create_model" in model folder for 3dmm from videos #33

Open
A-2-H opened this issue May 22, 2024 · 0 comments
Open

No "create_model" in model folder for 3dmm from videos #33

A-2-H opened this issue May 22, 2024 · 0 comments

Comments

@A-2-H
Copy link

A-2-H commented May 22, 2024

as in the title.
after using:

python face_recon_videos.py \
--input_dir path_to_videos \
--keypoint_dir path_to_keypoint \
--output_dir output_dir \
--inference_batch_size 100 \
--name=model_name \
--epoch=20 \
--model facerecon

I've got an error:

poch=20 --model facerecon
Traceback (most recent call last):
  File "face_recon_videos.py", line 11, in <module>
    from models import create_model
ImportError: cannot import name 'create_model' from 'models' (unknown location)

am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant