🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

jp.keijiro.bodypix

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jp.keijiro.bodypix

BodyPix person segmentation and pose estimation model for Unity Sentis.

latest
Source
npmnpm
Version
4.0.0
Version published
Weekly downloads
324
23.66%
Maintainers
1
Weekly downloads
 
Created
Source

BodyPixSentis

gif gif

BodyPixSentis is an implementation of the BodyPix person segmentation and pose estimation model that runs on the Unity Sentis neural network inference library.

System requirements

  • Unity 2020.3 LTS or later

About the ONNX file

I converted the original BodyPix model (provided as tfjs) into ONNX using tfjs-to-tf and tf2onnx. See the Colab notebook for further details.

ResNet support

This package supports the ResNet architecture (more accurate but slower and bigger models) but doesn't contain those ONNX files due to the file size limit of GitHub and npm.js. You can download them from here instead.

To use those models, create a new BodyPix ResourceSet file and set the model, architecture, and stride fields accordingly.

ResNet50

How to install

This package uses the scoped registry feature to resolve package dependencies. Open the Package Manager page in the Project Settings window and add the following entry to the Scoped Registries list:

  • Name: Keijiro
  • URL: https://registry.npmjs.com
  • Scope: jp.keijiro

Scoped Registry

Now you can install the package from My Registries page in the Package Manager window.

My Registries

Keywords

unity

FAQs

Package last updated on 29 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts