BodyPix is a pre-trained model that allows you to segment your body from nothing but an image. Now, normally it’s only available through Tensorflow.Js but the tf_bodypix library allows you to leverage it through OpenCV and Python. This script helps you achieve the same 😄
- "pip install -r requirements.txt" will install all the necessary dependencies.
- Run the command python main.py to execute the script and get the desired output.