-
Notifications
You must be signed in to change notification settings - Fork 25
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
Visualise the generated motions时的异常 #11
Comments
看一下这个json文件的绝对路径是啥,然后在运行命令里替换一下。 |
谢谢,另外我还有一些地方不太理解 或者是带文件路径格式的姓名 |
根据文档配置到
Visualise the generated motions
时,产生如下信息:(csmg) xht@xht-Z590-GAMING-X:~/SourceCode/Co-Speech-Motion-Generation/src$ bash visualise.sh
making video
Traceback (most recent call last):
File "visualise/visualise_generation_res.py", line 36, in
from visualise.draw_utils import *
File "/home/xht/SourceCode/Co-Speech-Motion-Generation/src/visualise/draw_utils.py", line 5, in
os.environ['OMP_NUM_THREADS']=1 #TODO: test
File "/home/xht/.conda/envs/csmg/lib/python3.7/os.py", line 686, in setitem
value = self.encodevalue(value)
File "/home/xht/.conda/envs/csmg/lib/python3.7/os.py", line 756, in encode
raise TypeError("str expected, not %s" % type(value).name)
TypeError: str expected, not int
已经把
/config
下的json文件和/pose_dataset/ckpt/freeMo.json
文件中的data_root
都修改为了本地路径,在Visualise the generated motions
失败后尝试直接Generate motions for a speaker in test_audios
,提示找不到对应的freeMo.json
文件:(csmg) xht@xht-Z590-GAMING-X:~/SourceCode/Co-Speech-Motion-Generation/src$ bash infer.sh \
The text was updated successfully, but these errors were encountered: