yufu-wang / ReFit

Repository for ICCV23 paper: "ReFit: Recurrent Fitting Network for 3D Human Recovery"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot import name 'H36M_MV_INDEX' from 'data_config'

HeroBaoYX opened this issue · comments

File /lib/datasets/mv_dataset.py", line 8, in from data_config import H36M_MV_INDEX, ImportError: cannot import name 'H36M_MV_INDEX' from 'data_config' . Can you explain in detail how to configure H36M_MV_INDEX

commented

I appoligize that we are not ready to release the preprocessed H36M annotation at this point. But the H36M_MV_INDEX basically pairs the 4 view from each time frame of H36M, so that multiview refit procedure can run on them together. Hope this help!