feat(model-driver-mediapipe): integrate MediaPipe as a motion capture tool (#828)
--------- Co-authored-by: Makito <i@maki.to>
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "@proj-airi/model-driver-mediapipe",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"description": "MediaPipe motion capture workshop (experimental) for Project AIRI",
|
||||
"author": {
|
||||
"name": "Moeru AI Project AIRI Team",
|
||||
"email": "airi@moeru.ai",
|
||||
"url": "https://github.com/moeru-ai"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/moeru-ai/airi.git",
|
||||
"directory": "packages/model-driver-mediapipe"
|
||||
},
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
"./types": "./src/types.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsc --noEmit",
|
||||
"postinstall": "tsx ./tasks/prepare-tasks.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mediapipe/tasks-vision": "^0.10.0",
|
||||
"@pixiv/three-vrm": "^3.4.4",
|
||||
"es-toolkit": "catalog:",
|
||||
"three": "^0.182.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/three": "^0.182.0",
|
||||
"ofetch": "catalog:",
|
||||
"tsx": "catalog:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user