diffhoi
diffhoi copied to clipboard
Official Reimplementation of Diffusion-Guided Reconstruction of Everyday Hand-Object Interaction Clips (DiffHOI, ICCV23) https://judyye.github.io/diffhoi-www/
Report the error of 'ModuleNotFoundError: No module named 'ddpm2d.models.geom'', when excute the code of 'module = importlib.import_module(cfg.model.module)' in diffhoi_barely_clean/ddpm2d/utils/train_util.py(27). It seems ddpm2d.models.geom in your local code. Can you help me...
Thanks for you nice work. There is a error of No module named 'jutils.model_utils' when I follow your install instruction to build the enviroment. And jutils seems to be a...
First of all, thanks for your seminal work! I am wondering how to find original image path of test set images in preprocessed data from HOI4D dataset. Currently, there seems...