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
In llib/methods/hhc_diffusion/evaluation/sample.py, it seems that lines 17 and 20 import the functions build_renderer, render_360_views, and eval_diffusion. However, upon reviewing your released code, I couldn't locate the exact location of these functions. Could you please clarify where these functions are defined or provide additional information regarding their source?
The text was updated successfully, but these errors were encountered:
Hi, thanks for your issue. The functions are available now under llib/visualization/scripts/. They must have been imported from a different module in my test environment, so I didn't notice they were missing.
In llib/methods/hhc_diffusion/evaluation/sample.py, it seems that lines 17 and 20 import the functions build_renderer, render_360_views, and eval_diffusion. However, upon reviewing your released code, I couldn't locate the exact location of these functions. Could you please clarify where these functions are defined or provide additional information regarding their source?
The text was updated successfully, but these errors were encountered: