EricGuo5513 / momask-codes

Official implementation of "MoMask: Generative Masked Modeling of 3D Human Motions (CVPR2024)"
https://ericguo5513.github.io/momask/
MIT License
690 stars 56 forks source link

FileNotFoundError: [Errno 2] No such file or directory: './glove/our_vab_data.npy' #34

Closed shuowang666 closed 2 months ago

shuowang666 commented 3 months ago

Loading dataset kit ... Traceback (most recent call last): File "train_vq.py", line 114, in eval_valloader, = get_dataset_motion_loader(dataset_opt_path, 32, 'test', device=opt.device) File "/fuxi_team14/users/leifwang/code/momask-codes/motion_loaders/dataset_motion_loader.py", line 18, in get_dataset_motion_loader w_vectorizer = WordVectorizer('./glove', 'our_vab') File "/fuxi_team14/users/leifwang/code/momask-codes/utils/word_vectorizer.py", line 48, in init vectors = np.load(pjoin(meta_root, '%s_data.npy'%prefix)) File "/data/home/leifwang/anaconda3/envs/momask/lib/python3.7/site-packages/numpy/lib/npyio.py", line 417, in load fid = stack.enter_context(open(os_fspath(file), "rb")) FileNotFoundError: [Errno 2] No such file or directory: './glove/our_vab_data.npy'

Hello, I made this mistake during training, where can I get this file? (/glove/our_vab_data.npy)

CuiYX03 commented 3 months ago

In README.md Get You Ready 2. Models and Dependencies, I think you should run bash prepare/download_glove.sh to download the folder glove.