Commit graph

3836 commits

Author SHA1 Message Date
Murat Raimbekov
fec04ba66c
Fix docs macros type and default drift (#24195)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Jing Qiu <61612323+Laughing-q@users.noreply.github.com>
2026-04-10 22:27:31 +08:00
Murat Raimbekov
6ccdcf372d
docs: add trackzone to solutions cli enum (#24194)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2026-04-10 22:24:18 +08:00
Glenn Jocher
bed8778ae4
ultralytics 8.4.37 NDJSON-based multidataset hyperparameter tuning (#24192)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2026-04-10 14:12:44 +02:00
Murat Raimbekov
9a0962d97e
improve trainer callbacks docs with precise descriptions (#24122)
Signed-off-by: Mohammed Yasin <32206511+Y-T-G@users.noreply.github.com>
Co-authored-by: Mohammed Yasin <32206511+Y-T-G@users.noreply.github.com>
Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com>
Co-authored-by: fatih akyon <34196005+fcakyon@users.noreply.github.com>
2026-04-10 14:10:34 +02:00
Jing Qiu
564f3bbc09
ultralytics 8.4.37 NDJSON-based multidataset hyperparameter tuning (#24179)
Signed-off-by: Jing Qiu <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2026-04-10 13:55:13 +02:00
Murat Raimbekov
1515240d9c
replace journey diagram with interactive workflow graph on platform quickstart (#24186) 2026-04-10 13:07:20 +02:00
Glenn Jocher
add03bb2b4
Fix HUB training regression for local zip datasets (#24185)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2026-04-10 10:51:45 +02:00
fatih akyon
2283438618
Simplify engine resume tests (#24183)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2026-04-10 14:51:02 +08:00
Lang Li
cf95678dc8
docs: update OpenVINO notebook links to YOLO26 optimization (#24182) 2026-04-09 20:09:51 +03:00
Glenn Jocher
99bee2f6be
Label Docs non-text code fences (#24176)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2026-04-09 14:44:16 +02:00
Aman Harsh
b1821192eb
docs: fix wrong weights in segment and obb .load() examples (#24180) 2026-04-09 15:38:47 +03:00
Jing Qiu
e5eee3e6a2
Fix benchmark verbose for Dockerfile-nvidia-arm64 (#24181) 2026-04-09 20:38:14 +08:00
Jing Qiu
3f6584ad35
Fix duplicate model info print for DDP training (#24177)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Onuralp SEZER <onuralp@ultralytics.com>
2026-04-09 19:52:18 +08:00
Jing Qiu
7eaea3c621
Fix: Allow checkpoint save for first epoch even when EMA contains NaN/Inf (#24170)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2026-04-09 19:38:30 +08:00
Jing Qiu
a481399723
Fix AP calculation precision in compute_ap (#24175)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2026-04-09 18:50:30 +08:00
Ahmet Faruk GÜMÜŞTAŞ
fa3dd8d96e
Add class weights support for handling class imbalance in training (#23565)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Jing Qiu <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
2026-04-09 17:31:44 +08:00
Glenn Jocher
0e65fd1fa2
ultralytics 8.4.36 Fix platform training checkpoint regression (#24167)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2026-04-08 18:53:56 +02:00
Murat Raimbekov
8588a650a2
fix explorer docs version requirement (#24165) 2026-04-08 18:45:40 +02:00
Mohammed Yasin
20722a3cf5
Use archived DeepStream 6.0.1 and 6.3 links (#24162)
Signed-off-by: Mohammed Yasin <32206511+Y-T-G@users.noreply.github.com>
2026-04-08 12:54:40 +03:00
Glenn Jocher
817aca355e
Platform docs updates (#24157)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2026-04-07 21:51:06 +02:00
Glenn Jocher
0bd8a0970f
ultralytics 8.4.35 NaN training recovery and dataset cache improvements (#24154)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2026-04-07 20:54:32 +02:00
Mohammed Yasin
be17897752
Fix YOLO12 forward pass with old checkpoints (#24152)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2026-04-07 20:49:07 +02:00
Glenn Jocher
6edac4a85a
Force OpenVINO ARM inference to FP32 (#24156)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2026-04-07 20:46:59 +02:00
artest08
fde498ad30
Resume WandB run when training resumes (#24110)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Onuralp SEZER <onuralp@ultralytics.com>
Co-authored-by: Jing Qiu <61612323+Laughing-q@users.noreply.github.com>
2026-04-07 21:04:45 +08:00
artest08
fa1db1f467
Fix duplicate pretrained weight loading in Model.train() for YAML models (#23640)
Co-authored-by: Onuralp SEZER <onuralp@ultralytics.com>
Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
Co-authored-by: Jing Qiu <61612323+Laughing-q@users.noreply.github.com>
2026-04-07 21:02:35 +08:00
fatih akyon
75acff57c2
Add missing isatty() to _ConsoleCapture stream wrapper (#24143) 2026-04-07 20:52:03 +08:00
Muhammad Rizwan Munawar
b7e4aa6a0f
Update YOLO26 sahi tiled inference code (#24133)
Co-authored-by: Fatih Akyon <fatih@ultralytics.com>
Co-authored-by: Onuralp SEZER <onuralp@ultralytics.com>
2026-04-07 19:34:48 +08:00
Murat Raimbekov
515d01f001
update outdated model references to YOLO26 (#24139)
Co-authored-by: Onuralp SEZER <onuralp@ultralytics.com>
2026-04-07 16:50:25 +08:00
Jing Qiu
81a2398714
Fix outdated YAML.dump usage in benchmark.py (#24146) 2026-04-07 12:55:41 +08:00
Ahmet Faruk GÜMÜŞTAŞ
b8fa0f0cbd
Add missing type hints to segment2box and scale_boxes in utils/ops.py (#24127)
Signed-off-by: Onuralp SEZER <onuralp@ultralytics.com>
Co-authored-by: Onuralp SEZER <onuralp@ultralytics.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
Co-authored-by: Jing Qiu <61612323+Laughing-q@users.noreply.github.com>
2026-04-07 12:55:27 +08:00
Murat Raimbekov
bfec123fa6
update FastSAM and MobileSAM docs with YOLO26 benchmarks (#24140)
Co-authored-by: Onuralp SEZER <onuralp@ultralytics.com>
2026-04-07 12:54:30 +08:00
LJ
3d7bb126c6
Fix cache miss handling for coordinate retrieval (#24145)
Signed-off-by: LJ <4545060+ausk@users.noreply.github.com>
2026-04-07 12:47:49 +08:00
Jing Qiu
36560f2a38
ultralytics 8.4.34 Multi-dataset support for hyperparameter tuning (#24067)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2026-04-06 18:56:59 +02:00
Onuralp SEZER
584b57df03
docs: update DeepStream installation instructions for JetPack 7.1 to include DeepStream 9.0 (#24142)
Signed-off-by: Onuralp SEZER <onuralp@ultralytics.com>
2026-04-06 17:25:09 +03:00
Onuralp SEZER
954fefa6e1
docs: update DeepStream 7.1 documentation link for JetPack 6.1 (#24141)
Signed-off-by: Onuralp SEZER <onuralp@ultralytics.com>
2026-04-06 13:27:19 +03:00
Lakshantha Dissanayake
8d4e6e841c
Update NVIDIA Jetson Orin Nano Super benchmarks with YOLO26 (#24097) 2026-04-03 16:39:13 +08:00
ZoomZoneZero
edc79913a3
Fix AAttn: resolve shape mismatches and crashes when dim is not divisible by num_heads (#24114)
Signed-off-by: ZoomZoneZero <15280880088@163.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
2026-04-03 13:46:27 +08:00
Mohammed Yasin
650fca87a3
Clamp coordinates in crop_mask before cropping (#24115) 2026-04-03 13:20:31 +08:00
Lakshantha Dissanayake
4fc2e42886
Update NVIDIA Jetson Orin NX 16GB benchmarks with YOLO26 (#24118) 2026-04-03 11:32:44 +08:00
Onuralp SEZER
337dcdc641
docs: update synk badge with working one (#24101)
Signed-off-by: Onuralp SEZER <onuralp@ultralytics.com>
Co-authored-by: Jing Qiu <61612323+Laughing-q@users.noreply.github.com>
2026-04-02 15:01:46 +02:00
Onuralp SEZER
12d8ba403b
fix: 🐞 draw_specific_kpts to respect user-specified indices order (#24099)
Signed-off-by: Onuralp SEZER <onuralp@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2026-04-02 20:20:54 +08:00
Muhammad Rizwan Munawar
5b400439c4
Add https://youtu.be/Y7cfNkqSdMg to docs (#24098) 2026-04-02 13:48:02 +08:00
nameearly
18f339399a
Prevent DDP resource cleanup issues when generate_ddp_command(self) r… (#24056)
Co-authored-by: Onuralp SEZER <onuralp@ultralytics.com>
2026-04-02 01:01:59 +02:00
Glenn Jocher
84d3a8868f
Fix Sentry bugs 2026-04-01 (#24092)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2026-04-02 01:00:55 +02:00
dependabot[bot]
63bcbc1f1e
Bump onnx from 1.21.0rc1 to 1.21.0 in /examples/RTDETR-ONNXRuntime-Python in the pip group across 1 directory (#24094)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-02 00:56:22 +02:00
Mohammed Yasin
94d9bf55cf
Fix loss explosion on resume when training on small dataset (#24085)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Jing Qiu <61612323+Laughing-q@users.noreply.github.com>
2026-04-01 23:34:07 +08:00
Yogendra Singh
65aeccfa95
Improve Platform Settings page tab docs and add screenshots (#24060)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2026-04-01 16:02:53 +02:00
Sergiu Waxmann
ea5789d670
Docs: Fix Banner Link (#24091)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2026-04-01 15:48:10 +02:00
Sergiu Waxmann
661561b64e
Docs: Update Banner (#24090)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2026-04-01 15:34:22 +02:00
Jin Xu
fd45a33af7
Document YOLO models in platform smart annotation (#24037)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2026-04-01 15:18:25 +02:00