From 0b0fb7a2986579e6315ff47d09b11e9f1ceeeb22 Mon Sep 17 00:00:00 2001 From: fyviezhao Date: Fri, 17 Sep 2021 16:04:18 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 087092c..be841df 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ python util/data_preprocessing.py --MPV3D_root path/to/MPV3D/dataset If you want to process your own data, some more steps are needed (the → indicates the corresponding folder where the images should be put into): -1. prepare an in-shop clothing image *C* (→ `mpv3d_example/cloth`) and a frontal person image *P* (→ `mpv3d_example/image`); +1. prepare an in-shop clothing image *C* (→ `mpv3d_example/cloth`) and a frontal person image *P* (→ `mpv3d_example/image`) with resolution of 320*512; 2. obtain the mask of *C* (→ `mpv3d_example/cloth-mask`) by thresholding or using [remove.bg](https://www.remove.bg/);