EricGuo5513 / momask-codes

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

No such file or directory: './checkpoints/kit/Comp_v6_KLD005/opt.txt' #6

Closed liloewe closed 1 month ago

liloewe commented 9 months ago

File "/home/liluwei/master1/project/momask-codes-main/train_vq.py", line 75, in wrapper_opt = get_opt(dataset_opt_path, torch.device('cuda')) File "/home/liluwei/master1/project/momask-codes-main/utils/get_opt.py", line 37, in get_opt with open(opt_path, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: './checkpoints/kit/Comp_v6_KLD005/opt.txt'

Hello, I made this mistake during training, where can I get this file? (./checkpoints/kit/Comp_v6_KLD005/opt.txt)

Murrol commented 9 months ago

Hi, it's an evaluator checkpoint we use to select model. Specifically, your missing file could be downloaded by

gdown --fuzzy https://drive.google.com/file/d/115n1ijntyKDDIZZEuA_aBgffyplNE5az/view?usp=sharing

More info could be found in Get You Ready - Models and Dependencies.

liloewe commented 9 months ago

Thanks. I'll try