python-tf-bodypix icon indicating copy to clipboard operation
python-tf-bodypix copied to clipboard

A Python implementation of the bodypix model.

Results 17 python-tf-bodypix issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.11.0 to 2.13.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.13.1 Release 2.13.1 Bug Fixes and Other Changes Refactor CpuExecutable to propagate LLVM errors. TensorFlow 2.13.0 Release...

dependencies

Allow users to specify max number of poses. This allows pose detection on images with more than 2 people

Bumps [tfjs-graph-converter](https://github.com/patlevin/tfjs-to-tf) from 1.6.1 to 1.6.3. Release notes Sourced from tfjs-graph-converter's releases. TFJS Graph Converter v1.6.3 Bugfix Release fixes issue patlevin/tfjs-to-tf#43: compatibility with Numpy 1.24 The release is available on...

dependencies

Is there a way to perform batch prediction to leverage GPU? I believe it is a functionality in the JS version, but I am not sure how to do that...

enhancement

@de-code I got inspired to split auto-track into a separate mode and just add it to this project. I like the effect a lot with my 120deg FOV Spedal camera...

enhancement

The original TensorFlowJS code includes `net.segmentMultiPerson` and `net.segmentMultiPersonParts`, which allow code to more easily distinguish people when they appear in an image together. I started looking at the code to...

enhancement