1. 가상환경 python3.7 버전으로 생성

# 생성
conda create -n [가상환경 이름] python=3.7

# 가상환경 접속
conda activate [가상환경 이름]

2. OpenPose git clone

git clone <https://github.com/cuiaiyu/dressing-in-order.git> && cd dressing-in-order/

3. PyTorch 설치

python3 -m pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f <https://download.pytorch.org/whl/torch_stable.html>

4. Python package 설치

5. Dataset 준비