Skip to content

Liwx1014/community-ultralytic

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

78 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒŸ Ultralytics Community Configs

This repository contains community-contributed Ultralytics model configuration files! ๐Ÿš€

๐Ÿ› ๏ธ Usage

To get started with a model config:

  1. ๐Ÿ“ฅ Clone the repository:
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.

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

๐Ÿ’ฌ Discussion

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

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

๐Ÿ“„ License

This project is protected under the GNU Affero General Public License v3.0 (AGPLv3.0). See the LICENSE file for complete details. โš–๏ธ

About

Repository containing community-contributed Ultralytics model configs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%