iMoonLab/yolov13
YOLOv13 is a real-time object detection model using hypergraph-enhanced visual perception, implemented in Python with support for mobile and cloud deployment.

This repository provides an official implementation of the YOLOv13 object detection model. It includes training code, pre-trained model weights, and deployment options such as FastAPI REST API, Android (via NCNN), and Huawei Ascend/Rockchip conversion. The model uses hypergraph learning to enhance visual feature representation for object detection tasks. Users can run inference via provided scripts or interact with the model through HuggingFace Spaces demos.