Spaces:
Running on Zero
Running on Zero
Update inference.py - Split inference into two stages
#1
by painter3000 - opened
Add two-stage pipeline for PSHuman (multiview editing support)
- Split inference into two stages:
- Multiview generation
- Reconstruction from saved views
- Added option to export intermediate multiview RGB + normal images
- Enabled manual editing of views before reconstruction
- Added resume mode to load edited views from disk
- Updated Gradio app to support two-step workflow
- Prevent temp directory deletion to allow user interaction