Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diyiiyiii committed Mar 25, 2022
1 parent ac292d6 commit c9c1127
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 @@ -27,7 +27,7 @@ The overall pipeline of our StyTr^2 framework. We split the content and style im
* tqdm <br>

### Testing
Pretrained models: [vgg-model](https://drive.google.com/file/d/1BinnwM5AmIcVubr16tPTqxMjUCE8iu5M/view?usp=sharing), decoder[Coming SOON], Transformer_module [Coming SOON] <br>
Pretrained models: [vgg-model](https://drive.google.com/file/d/1BinnwM5AmIcVubr16tPTqxMjUCE8iu5M/view?usp=sharing), [vit_embedding](https://drive.google.com/file/d/1C3xzTOWx8dUXXybxZwmjijZN8SrC3e4B/view?usp=sharing) [decoder](https://drive.google.com/file/d/1fIIVMTA_tPuaAAFtqizr6sd1XV7CX6F9/view?usp=sharing), Transformer_module [Coming SOON] <br>
Please download them and put them into the floder ./experiments/ <br>
```
python test.py --content_dir input/content/ --style_dir input/style/ --output out
Expand Down

0 comments on commit c9c1127

Please sign in to comment.