You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgsrc="/assets/images/blog-2022-3-10-using-jetson-interface-3.jpeg"alt="Using jest interface example 3"width="60%"height="300px">
116
-
<imgsrc="/assets/images/blog-2022-3-10-using-jetson-interface-4.jpeg"alt="Using jest interface example 4"width="35%"height="300px">
115
+
<imgsrc="/assets/images/blog-2022-3-10-using-jetson-interface-3.jpeg"alt="Using jest interface example 3"width="60%">
116
+
<imgsrc="/assets/images/blog-2022-3-10-using-jetson-interface-4.jpeg"alt="Using jest interface example 4"width="40%">
117
117
</div>
118
118
119
119
You can also use the docker image to run PyTorch models because the image has PyTorch, torchvision and torchaudio installed:
@@ -228,20 +228,20 @@ total 1456
228
228
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:
229
229
230
230
<divstyle="display: flex">
231
-
<imgsrc="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-1.png"alt="PyTorch YOLOv5 on Jetson Nano, example with a dog"width="35%"height="300px">
232
-
<imgsrc="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-2.jpeg"alt="PyTorch YOLOv5 on Jetson Nano, example with a horse and a rider"width="60%"height="300px">
231
+
<imgsrc="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-1.png"alt="PyTorch YOLOv5 on Jetson Nano, example with a dog"width="35%">
232
+
<imgsrc="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-2.jpeg"alt="PyTorch YOLOv5 on Jetson Nano, example with a horse and a rider"width="50%">
233
233
</div>
234
234
**Figure 1**. *PyTorch YOLOv5 on Jetson Nano*.
235
235
236
236
<divstyle="display: flex">
237
-
<imgsrc="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-3.png"alt="PyTorch YOLOv5 on iOS, example with a dog"width="35%"height="300px">
238
-
<imgsrc="{{ 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="60%"height="300px">
237
+
<imgsrc="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-3.png"alt="PyTorch YOLOv5 on iOS, example with a dog"width="35%">
238
+
<imgsrc="{{ 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%">
239
239
</div>
240
240
**Figure 2**. *PyTorch YOLOv5 on iOS*.
241
241
242
242
<divstyle="display: flex">
243
-
<imgsrc="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-5.png"alt="PyTorch YOLOv5 on Android, example with a dog"width="35%"height="300px">
244
-
<imgsrc="{{ 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="60%"height="300px">
243
+
<imgsrc="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-5.png"alt="PyTorch YOLOv5 on Android, example with a dog"width="35%">
244
+
<imgsrc="{{ 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%">
0 commit comments