MIRPAMO/library/manifest.json
jing a148b4a543 MIRPAMO v0: local Mixamo — autorig + retarget via headless Blender
- autorig: landmark detection from vertex cloud (markers JSON override),
  mixamorig 22-bone skeleton fit, bone-heat weights + nearest-bone rescue
- retarget: world-space quaternion delta transfer, hip-height scale
  compensation, fuzzy/explicit bone mapping (CMU map bundled)
- smoke: procedural test humanoid + synthetic BVH -> rig -> retarget -> verify
- deploy: push to gitea, pull + smoke on m3ultra and m1ultra

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 01:26:13 +10:00

37 lines
1.7 KiB
JSON

{
"_comment": "Free motion libraries. 'license' matters: only CC0/permissive entries may ship in web games (see asset-pipeline licensing zones). Research-only sources are for local experiments.",
"sources": [
{
"name": "bandai_namco_1",
"url": "https://github.com/BandaiNamcoResearchInc/Bandai-Namco-Research-Motiondataset/archive/refs/heads/master.zip",
"format": "bvh",
"license": "CC-BY-NC-ND 4.0 (research/personal only — do NOT ship in games)",
"unpack": true,
"verified": false
},
{
"name": "lafan1_ubisoft",
"url": "https://github.com/ubisoft/ubisoft-laforge-animation-dataset/archive/refs/heads/master.zip",
"format": "bvh",
"license": "Ubisoft non-commercial (research only — do NOT ship in games)",
"unpack": true,
"verified": false
},
{
"name": "cmu_asfamc_official",
"url": "TODO — http://mocap.cs.cmu.edu hosts per-subject zips (asf/amc); the community BVH conversions (cgspeed / MotionBuilder-friendly) move mirrors often. Find a live mirror, then: python3 library/fetch.py --url <zip> --name cmu_bvh",
"format": "asf/amc or bvh",
"license": "free for all uses incl. commercial (CMU asks for credit)",
"notes": "the bundled bonemaps/cmu_mb_to_mixamo.json matches the MotionBuilder-friendly BVH naming",
"verified": false
},
{
"name": "existing_mixamo_bank",
"url": "TODO — not a download: machines that have ~/Documents/mixamo-fetch/out/ already hold anim-only Mixamo FBX clips. Point `mirpamo batch <rig> ~/Documents/mixamo-fetch/out -o out/` straight at it; mixamorig names map 1:1.",
"format": "fbx",
"license": "Mixamo (web-ok per asset-pipeline licensing zones)",
"verified": true
}
]
}