You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
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!
The text was updated successfully, but these errors were encountered: