TimoBolkart / voca

This codebase demonstrates how to synthesize realistic 3D character animations given an arbitrary speech signal and a static character mesh.
https://voca.is.tue.mpg.de/en
1.15k stars 273 forks source link

dataset/voca_face_former/templates.pkl not found #124

Open ShrDama opened 6 months ago

ShrDama commented 6 months ago

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 commented 6 months ago

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?