39 Commits

Author SHA1 Message Date
Thomas Friedel
2f6208c356
fix for KeyError: 'epoch' (#48)
* fix for KeyError: 'epoch'
2024-05-26 10:32:05 +08:00
wa22
b714fa8bae update 2024-05-24 05:40:00 +00:00
wa22
8d9f45a955 add yolov10 2024-05-23 14:12:00 +00:00
Glenn Jocher
2bc605f32a
ultralytics 8.1.25 fix **kwargs: (dict) warnings (#8815)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-03-09 18:51:38 +01:00
Laughing
ddc94a6981
OBB: Fix when training on zip data (#8680)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-03-05 18:37:33 +01:00
Laughing
946e18f79c
ultralytics 8.1.21 Add YOLOv8-World-v2 models (#8580)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-03-03 22:56:57 +01:00
Alexander Suslov
5171d6679d
Added check of parameter type before setting required_grad=True for frozen layers (#8318)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-02-20 17:32:04 +01:00
Glenn Jocher
fbed8499da
ultralytics 8.1.15 add Python 3.12 compatibility (#8210)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Johnny <johnnynuca14@gmail.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-02-17 20:49:34 +01:00
Glenn Jocher
863c788f67
ultralytics 8.1.13 fix yolo train time= bug (#8179)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-02-13 20:07:54 +01:00
Glenn Jocher
70d4a3752e
ultralytics 8.1.9 replace .size(0) with .shape[0] (#7957)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-02-01 23:33:02 +01:00
Glenn Jocher
ee88882874
Add HUB-SDK Docs reference section (#7781)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
2024-01-27 00:21:31 +01:00
ExtReMLapin
c267bd3a0c
Fixed dataloader CPU bottleneck for small batch sizes (#7659)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-01-19 16:49:54 +01:00
Glenn Jocher
fe27db2f6e
ultralytics 8.0.239 Ultralytics Actions and hub-sdk adoption (#7431)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Burhan <62214284+Burhan-Q@users.noreply.github.com>
Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
2024-01-10 03:16:08 +01:00
Adamcode
eeea5de623
Fix Multi-GPU resume bug (#7328)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-01-05 16:49:17 +01:00
Glenn Jocher
072291bc78
ultralytics 8.0.235 YOLOv8 OBB train, val, predict and export (#4499)
Co-authored-by: Yash Khurana <ykhurana6@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Swamita Gupta <swamita2001@gmail.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: Laughing-q <1182102784@qq.com>
2024-01-05 03:00:26 +01:00
Glenn Jocher
6cbe736bfd
ultralytics 8.0.228 add training time argument (#7054)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-12-20 00:01:20 +01:00
Glenn Jocher
f2f5ed2c5e
ultralytics 8.0.206 engine Trainer updates (#6111)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: jamjamjon <51357717+jamjamjon@users.noreply.github.com>
2023-11-04 02:57:35 +01:00
Glenn Jocher
5b3c4cfc0e
ultralytics 8.0.198 MLflow fix, tests and Docs page (#5357)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-13 20:41:05 +02:00
Glenn Jocher
12e3eef844
ultralytics 8.0.197 save P, R, F1 curves to metrics (#5354)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: erminkev1 <83356055+erminkev1@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Andy <39454881+yermandy@users.noreply.github.com>
2023-10-13 02:49:31 +02:00
Glenn Jocher
7517667a33
Add docformatter to pre-commit (#5279)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Burhan <62214284+Burhan-Q@users.noreply.github.com>
2023-10-09 02:25:22 +02:00
Glenn Jocher
daf16ecf31
Update MANIFEST.in (#4894)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-15 01:32:10 +02:00
Glenn Jocher
16ce193d6e
ultralytics 8.0.174 Tuner plots and improvements (#4799)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-10 03:27:23 +02:00
Glenn Jocher
dfe6dfb1d2
ultralytics 8.0.173 fix missing val plots and new Conda Guide (#4783) 2023-09-07 19:24:54 +02:00
Glenn Jocher
187b504d68
ultralytics 8.0.169TQDM, INTERP_LINEAR and RTDETR load_image() updates (#4704)
Co-authored-by: Rustem Galiullin <rustemgal@gmail.com>
Co-authored-by: Rustem Galiullin <rustem.galiullin@bayanat.ai>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-02 20:01:57 +02:00
Glenn Jocher
a4fabfdacf
Set workers=0 for MPS Train and Val modes (#4697) 2023-09-02 04:25:03 +02:00
Glenn Jocher
d2cf7acce0
ultralytics 8.0.167 Tuner updates and HUB Pose and Classify fixes (#4656)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-31 01:38:42 +02:00
Glenn Jocher
7e99804263
Cleanup argument handling in Model class (#4614)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Stapf <42514241+Wiqzard@users.noreply.github.com>
2023-08-28 23:12:32 +02:00
Laughing
53b4f8c713
Fix DDP when device is a list (#4600)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-08-28 13:04:30 +02:00
Glenn Jocher
23b4f697c9
Add new get_save_dir() function (#4602) 2023-08-28 10:43:41 +02:00
Laughing
47ab96dab6
Fix pytest world_size environment bug (#4590)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-27 15:14:29 +02:00
Glenn Jocher
2bcee56e70
ultralytics 8.0.162 Multi-GPU DDP fix (#4544)
Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com>
Co-authored-by: andresinsitu <andres.rodriguez@ingenieriainsitu.com>
2023-08-24 13:13:49 +02:00
Glenn Jocher
3c40e7a9fc
Fix TensorBoard graph UserWarning catch (#4513)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-23 12:52:24 +02:00
Glenn Jocher
9a0555eca4
ultralytics 8.0.155 allow imgsz and batch resume changes (#4366)
Co-authored-by: Mostafa Nemati <58460889+monemati@users.noreply.github.com>
Co-authored-by: Eduard Voiculescu <eduardvoiculescu95@gmail.com>
2023-08-15 22:02:23 +02:00
Glenn Jocher
834f94f899
Fix PIL Image exif_size() function (#4355)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-14 17:48:54 +02:00
Glenn Jocher
d47718c367
ultralytics 8.0.154 add freeze training argument (#4329) 2023-08-14 00:18:32 +02:00
Ivan Shcheklein
d704507217
Clean and bump dvc callback: settings, stacked images (#4343)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-08-13 21:50:35 +02:00
Laughing
b73f9b13df
Fix incorrect device selection when resuming training (#4301) 2023-08-11 14:32:39 +02:00
Glenn Jocher
b507e3a032
Support both *.yml and *.yaml files (#4086)
Co-authored-by: ChristopherRogers1991 <ChristopherRogers1991@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sungjoo(Dennis) Hwang <48212469+Denny-Hwang@users.noreply.github.com>
2023-08-01 15:41:09 +02:00
Laughing
620f3eb218
ultralytics 8.0.136 refactor and simplify package (#3748)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-16 17:47:45 +02:00