it/modes/train/ #17698
Replies: 3 comments 2 replies
-
is it possible to train yolo on temporal data? stacking more frames together? |
Beta Was this translation helpful? Give feedback.
-
👋 Hello, thank you for your interest in Ultralytics 🚀! It's great to see you're diving into training object detection models using YOLO11. We suggest checking out the Documentation where you'll find comprehensive guidance on various modes and tasks, including training instructions. If this is a 🐛 Bug Report, please include a minimum reproducible example to assist us in diagnosing the issue. For custom training inquiries ❓, please share detailed information, including dataset samples, training logs, and confirm that you're following our Tips for Best Training Results. Join our community spaces for discussions and support. You can join us for real-time conversations on Discord 🎧, engage deeply on Discourse, or participate in threads on our Subreddit. UpgradeEnsure you have the latest pip install -U ultralytics EnvironmentsYou can run YOLO in any of these up-to-date verified environments (pre-installed with all dependencies, including CUDA/CUDNN, Python, and PyTorch):
StatusIf this badge is green, all Ultralytics CI tests are passing. CI tests check the functionality of all YOLO Modes and Tasks on macOS, Windows, and Ubuntu every 24 hours and after every commit. This is an automated response. An Ultralytics engineer will also assist you soon! 😊 |
Beta Was this translation helpful? Give feedback.
-
it would be awesome if you could provide some guides on it!
thanks a lot
Il giorno dom 24 nov 2024 alle ore 02:44 Glenn Jocher <
***@***.***> ha scritto:
… @davidetedd9203 <https://github.com/davidetedd9203> yes, training YOLO on
temporal data by stacking frames is possible. You can treat the stacked
frames, combined into a single input tensor, as channels or additional
dimensions for training. Modifications to the data loading and possibly the
model architecture may be necessary to accommodate this input format. For
advanced use cases, you might explore integration with recurrent structures
like LSTMs for temporal dependencies. Let me know if you'd like further
guidance on this!
—
Reply to this email directly, view it on GitHub
<#17698 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARILVQASDD5MFBE6FHDPB532CEVOPAVCNFSM6AAAAABSHGIS2SVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMZWGA2DSNQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
it/modes/train/
Scopri come addestrare in modo efficiente i modelli di rilevamento degli oggetti utilizzando YOLO11 con istruzioni complete sulle impostazioni, l'incremento e l'utilizzo dell'hardware.
https://docs.ultralytics.com/it/modes/train/
Beta Was this translation helpful? Give feedback.
All reactions