ncnn

Android

YOLOv5 on Android – Coding

This article explains how to use YOLOv5 to detect objects in Android camera streams in a two-part series. This article describes the coding.
Android

YOLOv5 on Android – Settings

This two-part article explains how to use YOLOv5 to detect objects in Android camera streams. This article describes the settings file.
ncnn

How to convert YOLOv5 model to ncnn model

This article explains how to convert a YOLOv5 PyTorch model to an ncnn model, and also explains the modified part of the YOLOv5 sample code for ncnn when converting to the ncnn model.
ncnn

YOLOv5 and YOLOv7 with ncnn on Jetson Nano

This article explains how to install ncnn and run YOLOv5 and YOLOv7 on Jetson Nano using the ncnn framework. It also explains what to do if ncnn fails to build and what to do if the camera FPS is not as expected.