zju3dv / EasyMocap

Make human motion capture easier.
Other
3.63k stars 449 forks source link

Missing pare_w_3dpw_config.yaml #406

Closed raflitp closed 5 months ago

raflitp commented 5 months ago

Hi I'm trying to use the monocular script from the website but I found an error with missing yaml file, I don't know where to get this checkpoint file can anyone give me a download link. I've tried searching on google it told me to download from Virtual Human website but I can't find the yaml file

NjustLocalSnake commented 5 months ago

I have encountered the same problem. Have you solved it? I look forward to your reply!

raflitp commented 5 months ago

I have encountered the same problem. Have you solved it? I look forward to your reply!

Hi, yeah I've solved it I found the link to get the yaml file here : https://github.com/mkocabas/PARE/blob/master/scripts/prepare_data.sh

Use the script to download it from their gdrive and unzip it you'll find the yaml file there !!

4698to commented 4 weeks ago

def try_to_download(): model_dir = os.path.join(os.path.dirname(file), '..', '..', 'models', 'pare') cmd = 'wget https://www.dropbox.com/s/aeulffqzb3zmh8x/pare-github-data.zip' os.system(cmd) os.makedirs(model_dir, exist_ok=True) cmd = 'unzip pare-github-data.zip -d {}'.format(model_dir) os.system(cmd)

CFG = 'models/pare/data/pare/checkpoints/pare_w_3dpw_config.yaml' CKPT = 'models/pare/data/pare/checkpoints/pare_w_3dpw_checkpoint.ckpt'

file = EasyMocap\myeasymocap\backbone\pare\pare.py