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
Copy file name to clipboardExpand all lines: _posts/2022-3-10-running-pytorch-models-on-jetson-nano.md
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -106,13 +106,14 @@ $ ls -lt ~/jetson_inference/
106
106
107
107
108
108
<divstyle="display: flex">
109
-
<imgsrc="/assets/images/sota/blog-2022-3-10-using-jetson-interface-1.jpeg"alt="Using jest interface example 1"width="30%">
110
-
<imgsrc="/assets/images/sota/blog-2022-3-10-using-jetson-interface-2.jpeg"alt="Using jest interface example 2"width="70%">
109
+
<imgsrc="/assets/images/blog-2022-3-10-using-jetson-interface-1.jpeg"alt="Using jest interface example 1"width="30%">
110
+
<imgsrc="/assets/images/blog-2022-3-10-using-jetson-interface-2.jpeg"alt="Using jest interface example 2"width="70%">
111
111
</div>
112
112
113
+
113
114
<divstyle="display: flex">
114
-
<imgsrc="/assets/images/sota/blog-2022-3-10-using-jetson-interface-3.jpeg"alt="Using jest interface example 3"width="30%">
115
-
<imgsrc="/assets/images/sota/blog-2022-3-10-using-jetson-interface-4.jpeg"alt="Using jest interface example 4"width="70%">
115
+
<imgsrc="/assets/images/blog-2022-3-10-using-jetson-interface-3.jpeg"alt="Using jest interface example 3"width="30%">
116
+
<imgsrc="/assets/images/blog-2022-3-10-using-jetson-interface-4.jpeg"alt="Using jest interface example 4"width="70%">
116
117
</div>
117
118
118
119
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
227
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:
228
229
229
230
<divstyle="display: flex">
230
-
<imgsrc="{{ 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
-
<imgsrc="{{ 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
+
<imgsrc="{{ 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
+
<imgsrc="{{ 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%">
232
233
</div>
233
234
**Figure 1**. *PyTorch YOLOv5 on Jetson Nano*.
234
235
235
236
<divstyle="display: flex">
236
-
<imgsrc="{{ 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
-
<imgsrc="{{ 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
+
<imgsrc="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-3.png"alt="PyTorch YOLOv5 on iOS, example with a dog"width="50%">
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%">
238
239
</div>
239
240
**Figure 2**. *PyTorch YOLOv5 on iOS*.
240
241
241
242
<divstyle="display: flex">
242
-
<imgsrc="{{ 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
-
<imgsrc="{{ 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
+
<imgsrc="{{ site.baseurl }}/assets/images/blog-2022-3-10-using-pytorch-5.png"alt="PyTorch YOLOv5 on Android, example with a dog"width="50%">
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