Update forge-rig from local forge-bricks
Browse files
README.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Forge-Rig — VLM Joint & Rig Detection
|
| 3 |
+
emoji: 🦴
|
| 4 |
+
colorFrom: pink
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 6.18.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
short_description: VLM joint detection from images for 3D rigging.
|
| 12 |
+
---
|
| 13 |
|
| 14 |
+
# Forge-Rig
|
| 15 |
|
| 16 |
+
**VLM joint/hinge detection** to bootstrap rigging of 3D assets.
|
| 17 |
+
|
| 18 |
+
## Capabilities
|
| 19 |
+
- Image or 3D preview → skeleton proposal (bones, hierarchy hints)
|
| 20 |
+
- Designed to feed forge-anim and engine import tools
|
| 21 |
+
|
| 22 |
+
See the overall Forge Bricks plan for the full rigging + animation flow.
|