This repository contains community-contributed Ultralytics model configuration files! 🚀

🛠️ Usage Link to this heading

To get started with a model config:

  1. 📥 Clone the repository:
bash
git clone https://github.com/Y-T-G/community
  1. 🔧 Load the config using Ultralytics:

[!IMPORTANT]
⚠️ Ensure your Ultralytics version meets the min_version specified in the YAML file.

python
from ultralytics import YOLO
model = YOLO("community/cfg/classify/convnext_tiny.yaml")

💬 Discussion Link to this heading

Every model configuration file has a dedicated GitHub Discussion thread where you can:

  • Share your experiences
  • Ask questions
  • Connect with other users
  • Report issues
  • Suggest improvements

🤝 Contribute Link to this heading

To contribute your config, please submit a Pull Request following our CONTRIBUTING guidelines.

📄 License Link to this heading

This project is protected under the GNU Affero General Public License v3.0 (AGPLv3.0). See the LICENSE file for complete details. ⚖️