From 4f43290beb25a17ecfcb31891df472217ed00d87 Mon Sep 17 00:00:00 2001 From: shuaiqing Date: Thu, 14 Jan 2021 21:41:31 +0800 Subject: [PATCH] update Readme --- Readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 849f12d..114d53f 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ * @Date: 2021-01-13 20:32:12 * @Author: Qing Shuai * @LastEditors: Qing Shuai - * @LastEditTime: 2021-01-14 21:31:39 + * @LastEditTime: 2021-01-14 21:40:55 * @FilePath: /EasyMocapRelease/Readme.md --> # EasyMocap @@ -29,6 +29,16 @@ data    ├── SMPL_MALE.pkl    └── SMPL_NEUTRAL.pkl ``` + +### 2. Requirements +- torch==1.4.0 +- torchvision==0.5.0 +- opencv-python +- pyrender: for visualization +- chumpy: for loading SMPL model + +Some of python libraries can be found in `requirements.txt`. You can test different version of PyTorch. +