266 Commits

Author SHA1 Message Date
Glenn Jocher
67eeb0468d
ultralytics 8.0.161 fix Classify dataset scanning bug (#4515) 2023-08-23 14:19:07 +02:00
Glenn Jocher
c7ceb84fb6
ultralytics 8.0.160 Classify dataset scanning and caching (#4502) 2023-08-23 02:28:58 +02:00
Glenn Jocher
6da8f7f51e
Add utils.ops and nn.modules to tests (#4484) 2023-08-22 04:23:28 +02:00
Glenn Jocher
c0a9660310
ultralytics 8.0.159 add Classify training resume feature (#4482) 2023-08-21 20:54:05 +02:00
Glenn Jocher
87ce15d383
ultralytics 8.0.158 add benchmarks to coverage (#4432)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com>
2023-08-20 20:52:30 +02:00
Glenn Jocher
aaba14e6b2
ultralytics 8.0.157 fix unzip_file() bug (#4407)
Co-authored-by: Nadim Bou Alwan <64587372+nadinator@users.noreply.github.com>
2023-08-17 13:19:09 +02:00
Glenn Jocher
8d7490f060
ultralytics 8.0.156 fix PIL *.png EXIF bug (#4406) 2023-08-16 19:31:35 +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
d47718c367
ultralytics 8.0.154 add freeze training argument (#4329) 2023-08-14 00:18:32 +02:00
Glenn Jocher
822608986c
ultralytics 8.0.153 YOLO Tasks Cleanup (#4314) 2023-08-12 02:30:57 +02:00
Glenn Jocher
28893d9d2d
ultralytics 8.0.152 bump torch>=1.8.0 (#4299) 2023-08-11 00:49:55 +02:00
Glenn Jocher
c9be1f3cce
ultralytics 8.0.151 add DOTAv2.yaml for OBB training (#4258)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
2023-08-10 00:55:36 +02:00
Glenn Jocher
7dfdb63cde
ultralytics 8.0.150 new Apple *.mlpackage export format (#4043)
Co-authored-by: MLBoy_DaisukeMajima <rockyshikoku@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Louis Lac <lac.louis5@gmail.com>
2023-08-08 17:00:42 +02:00
Glenn Jocher
7565210484
ultralytics 8.0.149 add Open Images V7 training (#4178)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: AdiEcho <30563671+AdiEcho@users.noreply.github.com>
2023-08-07 01:19:51 +02:00
Glenn Jocher
038558cfab
ultralytics 8.0.148 fix SettingsManager empty YAML bug (#4180) 2023-08-05 16:13:29 +02:00
Glenn Jocher
c06e9ae630
Fix YOLOv5 save_one_box() usage (#4127)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Linh <106807074+hulkds@users.noreply.github.com>
2023-08-03 01:41:57 +02:00
Glenn Jocher
c3c27b019a
ultralytics 8.0.146 fix SettingsManager un-needed write ops (#4101)
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-08-01 20:26:10 +02:00
Glenn Jocher
a02b7e6273
ultralytics 8.0.145 Windows URL fix and Pose MPS warning (#4034)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-30 03:34:48 +02:00
Laughing
dbdea24955
ultralytics 8.0.144 fix SAM predict() results (#4027)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-29 16:37:59 +02:00
Laughing
1a0eb3f099
ultralytics 8.0.143 add Model base class (#3934)
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-27 00:54:02 +02:00
Glenn Jocher
9627323d7c
ultralytics 8.0.142 add OpenVINO docs (#3624)
Co-authored-by: Adrian Boguszewski <adrian.boguszewski@intel.com>
2023-07-25 20:03:49 +02:00
Glenn Jocher
20f5efd40a
ultralytics 8.0.141 create new SettingsManager (#3790) 2023-07-23 16:03:34 +02:00
Glenn Jocher
965e405957
ultralytics 8.0.140 improved robustness to model path spaces (#3879)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Lukas Hennies <45569834+Gornoka@users.noreply.github.com>
2023-07-22 19:44:43 +02:00
Glenn Jocher
ed25db9426
ultralytics 8.0.139 add FastSAM CLI support (#3860) 2023-07-21 01:46:01 +02:00
Glenn Jocher
796bac229e
ultralytics 8.0.138 update hub/utils.py Events (#3839) 2023-07-20 01:11:55 +02:00
Chikage0o0
85f191fbc7
ultralytics 8.0.137 fix Windows NCNN export bug (#3803)
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-18 18:31:17 +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
Glenn Jocher
8ebe94d1e9
ultralytics 8.0.135 remove deprecated v5loader (#3744) 2023-07-15 01:38:32 +02:00
Chaoning Zhang
201e69e4e4
ultralytics 8.0.134 add MobileSAM support (#3474)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2023-07-13 14:25:56 +02:00
Glenn Jocher
c55a98ab8e
ultralytics 8.0.133 add torchvision compatibility check (#3703)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-13 01:40:50 +02:00
Glenn Jocher
495edc261f
ultralytics 8.0.132 add AutoBackend NCNN inference (#3615)
Co-authored-by: triple Mu <gpu@163.com>
2023-07-10 16:49:51 +02:00
Glenn Jocher
d9db6cd42d
ultralytics 8.0.131 NCNN, HUB and FastSAM fixes (#3587) 2023-07-08 02:04:33 +02:00
Glenn Jocher
b8cc404ebf
ultralytics 8.0.130 revert 'Fix PyPI build warnings' updates (#3585) 2023-07-07 15:53:38 +02:00
Glenn Jocher
abb0939fe8
ultralytics 8.0.129 add YOLOv8 Tencent NCNN export (#3529)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-07 15:17:38 +02:00
Glenn Jocher
ad99246ff1
ultralytics 8.0.128 FastSAM autodownload and super() init (#3552)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-06 01:11:37 +02:00
Wenchao Ding
400f3f72a1
ultralytics 8.0.127 add FastSAM model (#3390)
Co-authored-by: dingwenchao <12962189468@163.com>
Co-authored-by: 丁文超 <dingwenchao@dingwenchaodeMacBook-Pro.local>
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>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
2023-07-06 00:16:22 +02:00
Glenn Jocher
4c22273198
ultralytics 8.0.126 Ray Tune refactoring (#3511)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-05 00:30:17 +02:00
Glenn Jocher
8a11eda4a9
ultralytics 8.0.125 NMS speed improvements (#3463)
Co-authored-by: Compunet <117437050+dme-compunet@users.noreply.github.com>
2023-07-03 16:34:13 +02:00
Glenn Jocher
17e139220b
ultralytics 8.0.124 lapx package and multiple-unzip fix (#3423) 2023-06-28 00:36:01 +02:00
Glenn Jocher
b5a2be8ca8
ultralytics 8.0.123 Ubuntu security and VideoWriter codec fixes (#3380) 2023-06-25 23:59:28 +02:00
Glenn Jocher
682c9ef70f
ultralytics 8.0.122 Fix torch.Tensor inference (#3363)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: krzysztof.gonia <4281421+kgonia@users.noreply.github.com>
2023-06-25 01:36:07 +02:00
Glenn Jocher
137552996a
ultralytics 8.0.121 RTDETR fix and Docs updates (#3314) 2023-06-22 00:58:37 +02:00
Glenn Jocher
d8701b42ca
ultralytics 8.0.120 CLI support for SAM, RTDETR (#3273)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-19 22:12:48 +02:00
Glenn Jocher
064d48eff9
ultralytics 8.0.119 RTDETR Trainer and ViT Docs (#3236)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-18 03:52:08 +02:00
Glenn Jocher
a5a34af2f4
ultralytics 8.0.118 updated Docs, OS and DDP fixes (#3197)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-16 02:30:58 +02:00
Glenn Jocher
c340f84ce9
ultralytics 8.0.117 NAS export, classify and tasks banner URL fixes (#3145)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-12 20:14:46 +02:00
Glenn Jocher
f4e8b39fc2
ultralytics 8.0.116 NAS, DVC, YOLOv5u updates (#3124)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-11 20:39:32 +02:00
Glenn Jocher
ff91fbd9c3
Add Ultralytics tasks and YOLO-NAS models (#2735)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-10 18:54:14 +02:00
Glenn Jocher
e70de6dacb
ultralytics 8.0.115 RayTune and DVC fixes (#3115) 2023-06-09 11:21:03 +02:00
Glenn Jocher
8940a27bdb
ultralytics 8.0.114 automatic optimizer selection (#3037)
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-06-06 01:09:27 +02:00