Spaces:
Running on Zero
Running on Zero
Update PSHUMAN_BLACKWELL_FIX_NOTES.md
Browse files
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
|
| 309 |
|
| 310 |
-
|
| 311 |
-
|
|
|
|
|
|
|
| 312 |
|
| 313 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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`
|