TimoBolkart / voca

This codebase demonstrates how to synthesize realistic 3D character animations given an arbitrary speech signal and a static character mesh.

Home Page:https://voca.is.tue.mpg.de/en

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dataset/voca_face_former/templates.pkl not found

ShrDama opened this issue · comments

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'

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?