This project is a pig health monitoring visual inspection system designed for entrepreneurship and innovation courses, based on YOLOv12 to achieve efficient object detection.
- Core Function: Real-time detection of pig behavior and body characteristics on the farm through cameras.
- Technology Stack: YOLOv12
- Application Scenario: Health monitoring and abnormal behavior warning in breeding farms.
conda create -n pigdetect python=3.9
conda activate pigdetect
cd yolov12-main
pip install -r requirements.txt