Instructions to use atalaydenknalbant/Yolov13 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use atalaydenknalbant/Yolov13 with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("atalaydenknalbant/Yolov13") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Improve model card: Add comprehensive details, metadata, and usage for YOLOv13
#1
by nielsr HF Staff - opened
This Pull Request significantly enhances the model card for YOLOv13: Real-Time Object Detection with Hypergraph-Enhanced Adaptive Visual Perception.
Key improvements include:
- Metadata: Added
license: apache-2.0,pipeline_tag: object-detection, andlibrary_name: ultralytics. These additions improve discoverability on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=object-detection) and enable the automated "how to use" code snippet, as evidenced by the model's explicit compatibility with theultralyticslibrary in the GitHub README. - Comprehensive Content: Integrated extensive details from the official GitHub README (https://github.com/iMoonLab/yolov13), including:
- The full paper abstract.
- A "Updates" section showing project development history.
- A detailed "Technical Briefing" explaining the model's innovations (HyperACE, FullPAD, DS-based Blocks).
- "Main Results" with quantitative benchmarks (MS COCO table) and "Visualizations" (images with absolute GitHub URLs).
- A comprehensive "Quick Start" guide with practical code snippets for installation, validation, training, prediction, and export.
- Links to "Related Projects".
- Enhanced Links: Explicitly linked to the Hugging Face paper page (https://huggingface.co/papers/2506.17733), arXiv preprint, the GitHub repository, and the Hugging Face Spaces demo (https://huggingface.co/spaces/atalaydenknalbant/Yolov13) for easy access to all relevant resources.
- Structure and Clarity: The content is reorganized for better readability, starting with the paper title, key links, and abstract, followed by technical details and usage examples.
These updates provide a much richer, more informative, and user-friendly experience for anyone exploring the YOLOv13 model on the Hugging Face Hub.
atalaydenknalbant changed pull request status to merged