Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yakhyo committed Apr 15, 2024
1 parent 46fce88 commit 7e721ae
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,22 +107,25 @@ options:
python inference.py --model resnet18 --weights ./weights/resnet18.pt --input assets/images --output assets/results
```

<div align='center'>

<div align='center'>
<p>Style Images</p>
<img src='./assets/images/1.jpg' height="200px">
<img src='./assets/images/1112.jpg' height="200px">
<img src='./assets/images/1309.jpg' height="200px">
<img src='./assets/images/1321.jpg' height="200px">

<p>Content Image</p>
<img src='images/content-images/amber.jpg' height="500px">

<p>Output Images</p>
<img src='./assets/results/1.jpg' height="200px">
<img src='./assets/results/1112.jpg' height="200px">
<img src='./assets/results/1309.jpg' height="200px">
<img src='./assets/results/1321.jpg' height="200px">
<p>Backbone:ResNet34 </p>
<img src='./assets/results/resnet34/1.jpg' height="200px">
<img src='./assets/results/resnet34/1112.jpg' height="200px">
<img src='./assets/results/resnet34/1309.jpg' height="200px">
<img src='./assets/results/resnet34/1321.jpg' height="200px">

<p>Backbone:ResNet18 </p>
<img src='./assets/results/resnet18/1.jpg' height="200px">
<img src='./assets/results/resnet18/1112.jpg' height="200px">
<img src='./assets/results/resnet18/1309.jpg' height="200px">
<img src='./assets/results/resnet18/1321.jpg' height="200px">
</div>

## Contributing
Expand Down

0 comments on commit 7e721ae

Please sign in to comment.