Replies: 1 comment 6 replies
-
|
👋 Hello @sammlapp, thanks for opening this discussion and for your interest in training YOLO11 with a custom dataloader 🚀 This is an automated response to help you get started quickly — an Ultralytics engineer will also follow up on your question soon with more specific guidance. Since your topic relates to custom training and dataloaders, it’s especially helpful if you can share a bit more detail so we can assist effectively once an engineer joins the thread:
We also recommend a visit to the Docs 📚 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 related to your custom dataloader or training flow, please provide a minimum reproducible example (MRE) to help us debug it. If this is a custom training ❓ Question (as it appears), please provide as much information as possible, including:
Join the Ultralytics community where it suits you best:
UpgradeBefore diving deeper, please upgrade to the latest pip install -U ultralyticsEnvironmentsYOLO may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
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. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I would like to train YOLOv11 object detection with a custom dataloader. Rather than pre-computing a dataset of images stored on disk, my dataset and dataloader will perform in-memory preprocessing and pass the samples and bbox labels to the training step. Is this possible with the ultralytics.YOLO model object? Do I need to write the training loop from scratch like this example for yolo v5, and if so how should I compute the loss for the YOLO v11 object?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions