NVlabs / affordance_diffusion

Codes for "Affordance Diffusion: Synthesizing Hand-Object Interactions"
https://github.com/NVlabs/affordance_diffusion/blob/master
101 stars 5 forks source link

module importation error #15

Open lym29 opened 7 months ago

lym29 commented 7 months ago

Hi, thanks for sharing this wonderful work! While following your instructions to execute the inference.py script, I encountered an issue within the three_d_metric method. Specifically, the demo_handmocap function attempts to import a module named jutils. However, this action triggers an error:

ModuleNotFoundError: No module named 'jutils'

I am wondering whether the jutils referenced here corresponds to the same jutils module utilized within the affordance_diffusion project. Could you please confirm if they are identical, or if additional steps are required to resolve this module importation error?

Thanks!