Skip to content

Body measurements like height, chest from RGB image of a person

License

Notifications You must be signed in to change notification settings

karanrampal/measurements

Repository files navigation

Measurements

Measurements

Body measurements from RGB data.

This project is fro creating an api using FastAPI to get body measurements such as height, chest, arm length, leg length etc. from an RGB image. One can query the endpoint at /measurement/ by uploading an image and get the calculated measurements.

Usage

First clone the project as follows,

git clone <url> <newprojname>
cd <newprojname>

Then build the project by using the following command, (assuming build is already installed in your virtual environment, if not then activate your virtual environment and use conda install build)

make build

Next, install the build wheel file as follows,

pip install <path to wheel file>

Requirements

I used Anaconda with python3,

make install
conda activate mp-env

About

Body measurements like height, chest from RGB image of a person

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published