Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 433 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 433 Bytes

Openpose Photo Taker

This repo based on Openpose to generate a pose suggestion for photographer.

This guide is execute in Linux Ubuntu 22.04

Requirements

It suggest that install Conda environment to run this project.

  • Python = 3.8

  • pip --version = 23.3.1

  • OpenCV = 4.9

  • numpy = 1.24.4

  • Please install the requirements by using the following command:

    sudo pip install -r requirements.txt