File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ These models are extracted from Torch7 models and currently used in the project.
37
37
38
38
- Pull them from the ` PhotoWCTModels ` submodule: ` git submodule update --init --recursive `
39
39
40
- ** Origin Torch7 models**
40
+ ** Original Torch7 models**
41
41
42
42
- Download pretrained networks via the following [ link] ( https://drive.google.com/open?id=1ENgQm9TgabE1R99zhNf5q6meBvX6WFuq ) .
43
43
- Unzip and store the model files under ` models ` .
44
44
45
- ` converter.py ` shows how to convert Torth7 models to PyTorch models.
45
+ ` converter.py ` shows how to convert Torch7 models to PyTorch models.
46
46
47
47
### Example 1: Transfer the style of a style photo to a content photo.
48
48
- Create image and output folders and make sure nothing is inside the folders. ` mkdir images && mkdir results `
You can’t perform that action at this time.
0 commit comments