Questions tagged [bodypix]
22 questions
7
votes
2 answers
BodyPix: Real-time Person Segmentation
BodyPix is an open-source machine learning model which allows for person and body-part segmentation in the browser with TensorFlow.js.
I will like to convert the model to a .pb frozen graph in order to use it on Python.
How can I do it?
I try to…

Aitul
- 2,982
- 2
- 24
- 52
3
votes
1 answer
this.util.TextEncoder is not a constructor only in electron app (works in chrome)
I am creating a body segmentation app using tensorflow bodypix model. It works fine in the browser. I am using webpack to use its modules(see below)
import * as wasm from "@tensorflow/tfjs-backend-wasm";
import * as tf from…

hemant kumar
- 545
- 6
- 19
2
votes
1 answer
tensorflow.js bodypix model not working and not giving any error
I am creating a simple body segmenting html following this
I have tried: