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

没有过滤 save_*** 里面的文件夹 #13

Open
O-O1024 opened this issue Dec 23, 2024 · 0 comments
Open

没有过滤 save_*** 里面的文件夹 #13

O-O1024 opened this issue Dec 23, 2024 · 0 comments

Comments

@O-O1024
Copy link

O-O1024 commented Dec 23, 2024

在 jupyter lab测试出现以下错误:

[rank0]: Traceback (most recent call last):
[rank0]:   File "/root/animate-x/inference.py", line 16, in <module>
[rank0]:     INFER_ENGINE.build(dict(type=cfg_update.TASK_TYPE), cfg_update=cfg_update.cfg_dict)
[rank0]:   File "/root/animate-x/utils/registry.py", line 104, in build
[rank0]:     return self.build_func(*args, **kwargs, registry=self)
[rank0]:   File "/root/animate-x/utils/registry_class.py", line 9, in build_func
[rank0]:     return build_from_config(cfg, registry, **kwargs)
[rank0]:   File "/root/animate-x/utils/registry.py", line 66, in build_from_config
[rank0]:     raise Exception(f"Failed to invoke function {req_type_entry}, with {e}")
[rank0]: Exception: Failed to invoke function <function inference_animate_x_entrance at 0x7f2552486a70>, with [Errno 21] Is a directory: '/root/animate-x/data/saved_pose/sample_2/.ipynb_checkpoints'

jupyter lab 引入了目录 .ipynb_checkpoints,导致读取图片帧出错

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