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
I encountered a few issues while running the Web App and would like to ask for your guidance:
Issue with providing a depth map in “.exr” format
I wasn’t able to use a depth map in the “.exr” format as input for the [diffhandles] app.
If I want to run the [diffhandles] app independently, what format should the depth map be in?
Error during Step 3 in [diffhandles_pipeline] app
When executing “Perform Edit” in Step 3, the following error occurs:
transform_foreground_job.outputs() returns an empty list ([]).
Hello. Thank you for sharing your research.
I encountered a few issues while running the Web App and would like to ask for your guidance:
Issue with providing a depth map in “.exr” format
I wasn’t able to use a depth map in the “.exr” format as input for the [diffhandles] app.
If I want to run the [diffhandles] app independently, what format should the depth map be in?
Error during Step 3 in [diffhandles_pipeline] app
When executing “Perform Edit” in Step 3, the following error occurs:
transform_foreground_job.outputs() returns an empty list ([]).
DiffusionHandles/webapp/webapps/diffhandles_pipeline_webapp.py
Line 610 in ae6230a
This leads to an IndexError at the following line:
DiffusionHandles/webapp/webapps/diffhandles_pipeline_webapp.py
Line 604 in ae6230a
I have confirmed that the inputs are being passed correctly.
Could you help identify what might be causing this issue?
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: