YOLOv8s
Object Detection
INT8
W8A16
FP16

YOLOv8s: Target Detection
YOLOv8 is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO versions and introduces new features and improvements to further boost performance and flexibility. YOLOv8 is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of object detection and tracking, instance segmentation, image classification and pose estimation tasks.
Source model
- Input shape: 640x640
- Number of parameters: 10.65M
- Model size: 42.7MB
- Output shape: 1x84x8400
Source model repository: yolov8
Performance Reference
Device
Backend
Precision
Inference Time
Accuracy Loss
File Size
Model Optimization
Click Model Conversion Reference in the Performance Reference panel on the right to view the model conversion steps.
Inference with AidLite SDK
The model performance benchmarks and inference example code provided on Model Farm are all based on the APLUX AidLite SDK
SDK installation
For details, please refer to the AidLite Developer Documentation
- Install AidLite SDK
# install aidlite sdk c++ api
sudo aid-pkg -i aidlite-sdk
# install aidlite sdk python api
python3 -m pip install pyaidlite -i https://mirrors.aidlux.com --trusted-host mirrors.aidlux.com
- Verify AidLite SDK
# aidlite sdk c++ check
python3 -c "import aidlite; print(aidlite.get_library_version())"
# aidlite sdk python check
python3 -c "import aidlite; print(aidlite.get_py_library_version())"
Inference example
- Click Model & Test Code to download model files and inference codes. The file structure showed below:
/model_farm_{model_name}_aidlite
|__ models # folder where model files are stored
|__ python # aidlite python model inference example
|__ cpp # aidlite cpp model inference example
|__ README.md
Performance Reference
Device
Backend
Precision
Inference Time
Accuracy Loss
File Size