jkorstad commited on
Commit
d4e4181
·
verified ·
1 Parent(s): 6325ffb

Update forge-rig from local forge-bricks

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,5 +1,22 @@
1
- # forge-rig
 
 
 
 
 
 
 
 
 
 
 
2
 
3
- VLM-powered rig analysis for 3D assets.
4
 
5
- See plan.
 
 
 
 
 
 
 
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.