painter3000 commited on
Commit
3ee80e6
·
verified ·
1 Parent(s): 9a359cb

Update PSHUMAN_BLACKWELL_FIX_NOTES.md

Browse files
Files changed (1) hide show
  1. PSHUMAN_BLACKWELL_FIX_NOTES.md +15 -5
PSHUMAN_BLACKWELL_FIX_NOTES.md CHANGED
@@ -303,11 +303,21 @@ sofort festhalten wenn etwas läuft.
303
 
304
  ## Status
305
 
306
- Stand 20.06.2026:
307
 
308
- PSHuman Stufe 1 (Multiview-Erzeugung) läuft auf HF ZeroGPU Blackwell.
309
 
310
- Git-Commit-Empfehlung:
311
- `fix: restore PSHuman multiview generation on ZeroGPU Blackwell cu130`
 
 
312
 
313
- Nächster Schritt: Stufe 2 (Reconstruction) testen und dokumentieren.
 
 
 
 
 
 
 
 
 
303
 
304
  ## Status
305
 
306
+ Stand 20.06.2026: **VOLLSTÄNDIG FUNKTIONIEREND** ✅
307
 
308
+ PSHuman läuft auf HF ZeroGPU Blackwell komplett durch:
309
 
310
+ - ✅ Multiview-Erzeugung (1it / ~45s)
311
+ - SMPL-Body-Optimierung (100 Schritte / ~2s)
312
+ - ✅ Rekonstruktion (700 Schritte / ~18s)
313
+ - ✅ Video-Export (MP4 via MoviePy)
314
 
315
+ ### Zusätzlicher Fix für Stufe 2 (Rekonstruktion)
316
+
317
+ `ReduceLROnPlateau.__init__() got an unexpected keyword argument 'verbose'`
318
+
319
+ In `reconstruct.py` Zeile 272: `verbose=0` entfernen.
320
+ Parameter wurde in torch 2.11 aus der API entfernt.
321
+
322
+ Git-Commit:
323
+ `fix: restore full PSHuman pipeline on ZeroGPU Blackwell cu130`