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

dataset/voca_face_former/templates.pkl not found #124

Open
ShrDama opened this issue Apr 5, 2024 · 1 comment
Open

dataset/voca_face_former/templates.pkl not found #124

ShrDama opened this issue Apr 5, 2024 · 1 comment

Comments

@ShrDama
Copy link

ShrDama commented Apr 5, 2024

The dataset provided in the link only has data_verts.npy. Thus it's throwing an error.

Running on GPUs 0,
Loading data...
Using global processor to process the model
Traceback (most recent call last):
File "/Downloads/Imitator-main/main.py", line 311, in
data = instantiate_from_config(config.data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Downloads/Imitator-main/main.py", line 118, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Downloads/Imitator-main/imitator/data/debug_data_loader.py", line 149, in init
train_data, valid_data, test_data, subjects_dict = read_data(**kwargs)
^^^^^^^^^^^^^^^^^^^
File "/Users/S.Dama/Downloads/Imitator-main/imitator/data/debug_data_loader.py", line 76, in read_data
with open(template_file, 'rb') as fin:
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/projects/dataset/voca_face_former/templates.pkl'

@TimoBolkart
Copy link
Owner

Hello, can you please specify what you are running? The file path hints at something related to Imitator, and voca_face_former is nothing that is distributed with the VOCA repository. Did you follow the installation in this VOCA repository and tried to run the official VOCA demo?

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

2 participants