{"id":15966956,"url":"https://github.com/creativeikep/posedetectionbarracuda","last_synced_at":"2025-03-17T15:31:37.625Z","repository":{"id":45091706,"uuid":"366364151","full_name":"creativeIKEP/PoseDetectionBarracuda","owner":"creativeIKEP","description":"PoseDetectionBarracuda is a human pose detecter that runs the Mediapipe Pose Detection neural network model on the Unity Barracuda.","archived":false,"fork":false,"pushed_at":"2022-01-09T12:16:21.000Z","size":2862,"stargazers_count":19,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-28T00:53:34.227Z","etag":null,"topics":["barracuda","deep-learning","detection","human","mediapipe","pose","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/creativeIKEP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-11T11:52:30.000Z","updated_at":"2024-02-17T18:05:30.000Z","dependencies_parsed_at":"2022-08-12T11:40:59.359Z","dependency_job_id":null,"html_url":"https://github.com/creativeIKEP/PoseDetectionBarracuda","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativeIKEP%2FPoseDetectionBarracuda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativeIKEP%2FPoseDetectionBarracuda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativeIKEP%2FPoseDetectionBarracuda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativeIKEP%2FPoseDetectionBarracuda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creativeIKEP","download_url":"https://codeload.github.com/creativeIKEP/PoseDetectionBarracuda/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244058232,"owners_count":20391063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["barracuda","deep-learning","detection","human","mediapipe","pose","unity"],"created_at":"2024-10-07T18:06:52.962Z","updated_at":"2025-03-17T15:31:37.023Z","avatar_url":"https://github.com/creativeIKEP.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PoseDetectionBarracuda\n![demo](https://user-images.githubusercontent.com/34697515/148678516-9b608be0-40a0-4c01-98da-c1c22d021cba.png)\n\nPoseDetectionBarracuda is a human pose detecter that runs the [Mediapipe Pose](https://google.github.io/mediapipe/solutions/pose) Detection neural network model on the [Unity Barracuda](https://docs.unity3d.com/Packages/com.unity.barracuda@latest).\n\nPoseDetectionBarracuda implementation is inspired by [BlazePalmBarracuda](https://github.com/keijiro/BlazePalmBarracuda) and I referenced [his](https://github.com/keijiro) source code.(Thanks, [keijiro](https://github.com/keijiro)!).\n\n## Install\nPoseDetectionBarracuda can be installed with npm or GitHub URL.\n\n### Install from npm (Recommend)\nPoseDetectionBarracuda can be installed by adding following sections to the manifest file (Packages/manifest.json).\n\nTo the `scopedRegistries` section:\n```\n{\n  \"name\": \"creativeikep\",\n  \"url\": \"https://registry.npmjs.com\",\n  \"scopes\": [ \"jp.ikep\" ]\n}\n```\nTo the `dependencies` section:\n```\n\"jp.ikep.mediapipe.posedetection\": \"1.0.1\"\n```\nFinally, the manifest file looks like below:\n```\n{\n    \"scopedRegistries\": [\n        {\n            \"name\": \"creativeikep\",\n            \"url\": \"https://registry.npmjs.com\",\n            \"scopes\": [ \"jp.ikep\" ]\n        }\n    ],\n    \"dependencies\": {\n        \"jp.ikep.mediapipe.posedetection\": \"1.0.1\",\n        ...\n    }\n}\n```\n\n### Install from GitHub URL\nPoseDetectionBarracuda can be installed by adding below URL on the Unity Package Manager's window.\n```\nhttps://github.com/creativeIKEP/PoseDetectionBarracuda.git?path=Packages/PoseDetectionBarracuda#v1.0.1\n```\n\n## Demo Image\n[This image](/Assets/Image/demoImage.jpg) for demo scene([\"SampleScene.unity\"](/Assets/Scenes/SampleScene.unity)) was downloaded from [here](https://unsplash.com/photos/4jqfc2vbHJQ).\n\n## ONNX Model\nThe ONNX model files have been converted for Unity Barracuda from Mediapipe's [\"pose_detection.tflite\"](https://github.com/google/mediapipe/blob/0.8.3.2/mediapipe/modules/pose_detection/pose_detection.tflite) file.\nThe conversion operation is the same as [FaceLandmarkBarracuda](https://github.com/keijiro/FaceLandmarkBarracuda) by [keijiro](https://github.com/keijiro).\nCheck [his operation script](https://colab.research.google.com/drive/1C6zEB3__gcHEWnWRm-b4jIA0srA1gkyq?usp=sharing) for details.\n\n## Author\n[IKEP](https://ikep.jp)\n\n## LICENSE\nCopyright (c) 2021 IKEP\n\n[Apache-2.0](/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativeikep%2Fposedetectionbarracuda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreativeikep%2Fposedetectionbarracuda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativeikep%2Fposedetectionbarracuda/lists"}