Skip to content

Commit e46c854

Browse files
author
Anna Spiridonenkova
committed
reducing asset size
1 parent eebc4d3 commit e46c854

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

_posts/2022-3-10-running-pytorch-models-on-jetson-nano.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,14 @@ $ ls -lt ~/jetson_inference/
106106

107107

108108
<div style="display: flex">
109-
<img src="/assets/images/sota/blog-2022-3-10-using-jetson-interface-1.jpeg" alt="Using jest interface example 1" width="30%">
110-
<img src="/assets/images/sota/blog-2022-3-10-using-jetson-interface-2.jpeg" alt="Using jest interface example 2" width="70%">
109+
<img src="/assets/images/blog-2022-3-10-using-jetson-interface-1.jpeg" alt="Using jest interface example 1" width="30%">
110+
<img src="/assets/images/blog-2022-3-10-using-jetson-interface-2.jpeg" alt="Using jest interface example 2" width="70%">
111111
</div>
112112

113+
113114
<div style="display: flex">
114-
<img src="/assets/images/sota/blog-2022-3-10-using-jetson-interface-3.jpeg" alt="Using jest interface example 3" width="30%">
115-
<img src="/assets/images/sota/blog-2022-3-10-using-jetson-interface-4.jpeg" alt="Using jest interface example 4" width="70%">
115+
<img src="/assets/images/blog-2022-3-10-using-jetson-interface-3.jpeg" alt="Using jest interface example 3" width="30%">
116+
<img src="/assets/images/blog-2022-3-10-using-jetson-interface-4.jpeg" alt="Using jest interface example 4" width="70%">
116117
</div>
117118

118119
You can also use the docker image to run PyTorch models because the image has PyTorch, torchvision and torchaudio installed:
@@ -227,20 +228,20 @@ total 1456
227228
Using the same test files used in the PyTorch iOS YOLOv5 demo app or Android YOLOv5 demo app, you can compare the results generated with running the YOLOv5 PyTorch model on mobile devices and Jetson Nano:
228229

229230
<div style="display: flex">
230-
<img src="{{ site.baseurl }}/assets/images/sota/blog-2022-3-10-using-pytorch-1.png" alt="PyTorch YOLOv5 on Jetson Nano, example with a dog" width="50%">
231-
<img src="{{ site.baseurl }}/assets/images/sota/blog-2022-3-10-using-pytorch-2.png" alt="PyTorch YOLOv5 on Jetson Nano, example with a horse and a rider" width="50%">
231+
<img src="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-1.png" alt="PyTorch YOLOv5 on Jetson Nano, example with a dog" width="50%">
232+
<img src="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-2.png" alt="PyTorch YOLOv5 on Jetson Nano, example with a horse and a rider" width="50%">
232233
</div>
233234
**Figure 1**. *PyTorch YOLOv5 on Jetson Nano*.
234235

235236
<div style="display: flex">
236-
<img src="{{ site.baseurl }}/assets/images/sota/blog-2022-3-10-using-pytorch-3.png" alt="PyTorch YOLOv5 on iOS, example with a dog" width="50%">
237-
<img src="{{ site.baseurl }}/assets/images/sota/blog-2022-3-10-using-pytorch-4.png" alt="PyTorch YOLOv5 on iOS, example with a horse and a rider" width="50%">
237+
<img src="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-3.png" alt="PyTorch YOLOv5 on iOS, example with a dog" width="50%">
238+
<img src="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-4.png" alt="PyTorch YOLOv5 on iOS, example with a horse and a rider" width="50%">
238239
</div>
239240
**Figure 2**. *PyTorch YOLOv5 on iOS*.
240241

241242
<div style="display: flex">
242-
<img src="{{ site.baseurl }}/assets/images/sota/blog-2022-3-10-using-pytorch-5.png" alt="PyTorch YOLOv5 on Android, example with a dog" width="50%">
243-
<img src="{{ site.baseurl }}/assets/images/sota/blog-2022-3-10-using-pytorch-6.png" alt="PyTorch YOLOv5 on Android, example with a horse and a rider" width="50%">
243+
<img src="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-5.png" alt="PyTorch YOLOv5 on Android, example with a dog" width="50%">
244+
<img src="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-6.png" alt="PyTorch YOLOv5 on Android, example with a horse and a rider" width="50%">
244245
</div>
245246
**Figure 2**. *PyTorch YOLOv5 on Android*.
246247

0 commit comments

Comments
 (0)