Update inference.py - Split inference into two stages

#1

Add two-stage pipeline for PSHuman (multiview editing support)

  • Split inference into two stages:
    1. Multiview generation
    2. 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
Cannot merge
This branch has merge conflicts in the following files:
  • inference.py

Sign up or log in to comment