-
Notifications
You must be signed in to change notification settings - Fork 93
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
Error running FOM colab, animated.py #395
Comments
Also, how can it be used to generate with ted384 model and yaml? Thanks |
Thank you for creating issue, we will check it soon. |
Sorry, I didn't reproduce your issue.
|
Hi, thanks for trying our demo. Regarding the 2nd question,
I suppose that you mean this model (or, pretrained weights and config file, to be precise). The best way would be , |
Hi, thanks for quick reply, the modifications are what I would like to know, it seems most of the code is almsot identical to articulated-animation so I assume there would not be much to modify to get the 384 model to run? |
2023-10-17 10:57:05,909 [nnabla][INFO]: Initializing CPU extension...
usage: animate.py [-h] [--config CONFIG] [--params PARAMS] [--source SOURCE] [--driving DRIVING]
[--out-dir OUT_DIR] [--context {cudnn,cpu}] [--output-png] [--fps FPS]
[--only-generated] [--detailed] [--full] [--adapt-movement-scale]
[--unuse-relative-movement] [--unuse-relative-jacobian]
animate.py: error: unrecognized arguments: \
NameError Traceback (most recent call last)
in <cell line: 2>()
1 get_ipython().system('python animate.py --source imgs/sample_src.png --driving imgs/sample_drv.mp4 --adapt-movement-scale --fps 24 \')
----> 2 --detailed --full
NameError: name 'detailed' is not defined
The text was updated successfully, but these errors were encountered: