Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fyviezhao committed Sep 17, 2021
1 parent 448adbb commit 0b0fb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/);

Expand Down

0 comments on commit 0b0fb7a

Please sign in to comment.