Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.15 KB

File metadata and controls

18 lines (12 loc) · 1.15 KB

Body Segmentation and background removal using Tf Bodypix 👯 Project Status: Concept

tensorflow-logo

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 😄

 

Installation and Usage:

  • "pip install -r requirements.txt" will install all the necessary dependencies.

Usage:

  • Run the command python main.py to execute the script and get the desired output.