Pre-training weights for YOLOv8 multispectral target detection algorithm #18151
Replies: 2 comments 5 replies
-
👋 Hello @luckyboby12, thank you for your interest in Ultralytics 🚀! We recommend a visit to the Docs for new users where you can find many Python and CLI usage examples and where many of the most common questions may already be answered. If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it. If this is a custom training ❓ Question, such as yours, please provide as much information as possible to help us assist you better. For example, details about your dataset (including image examples), the pretraining weights you are using (if applicable), any modifications made to the YOLOv8 architecture, and your training logs would be very useful. Additionally, you can verify you are following our Tips for Best Training Results to optimize your process. Join the Ultralytics community where it suits you best. For real-time chat about your project, join us on Discord 🎧. For thoughtful, ongoing discussions, visit Discourse. Or share your insights on our Subreddit! UpgradeMake sure your pip install -U ultralytics EnvironmentsYOLOv8 can be run on various environments to suit your needs, whether you're training locally or using a cloud service:
StatusIf this badge is green, all Ultralytics CI tests are currently passing. CI tests verify correct operation of all YOLO Modes and Tasks on macOS, Windows, and Ubuntu every 24 hours and on every commit. This is an automated response to help you get started 😊, but don't worry – an Ultralytics engineer will follow up soon to assist you further if needed! |
Beta Was this translation helpful? Give feedback.
-
@luckyboby12 to use pre-trained weights for your YOLOv8-based multispectral target detection algorithm, specify the weights file (e.g., |
Beta Was this translation helpful? Give feedback.
-
I have developed a multispectral target detection algorithm based on yolov8, how should I use the pre-training weights during model training?
Beta Was this translation helpful? Give feedback.
All reactions