本科毕业设计,一个部署到树莓派上的轻量化目标检测系统平台。
This project provides an object detection system running on a Raspberry Pi.
It supports multiple input modes (image, video, and camera) and allows users to select different models for detection.
The system also exports detection performance (FPS) results into an Excel file for further analysis.
- Run
main.pyon the Raspberry Pi environment. - Launch the Object Detection System Platform.
- Select the detection model and input source.
- Perform object detection on the chosen input (image, video, or camera).
- Export detection results (FPS) to an Excel file in the project directory.
-
Run on Raspberry Pi:Open the terminal and navigate to the project directory
cd /home/pi/your_projectRun the main program:
python3 main.py
-
Features of the Object Detection Platform
-
Main Interface:Provides access to model selection and input source configuration.
-
Model Selection:
- Choose between available object detection models (e.g., YOLO series or other integrated models).
- The system automatically loads the corresponding weights.
-
Image Input:
-
Video Input:
-
Camera Input:
-
Result Export:
-








