Glenn Jocher
577d066fb2
ultralytics 8.0.171
new SAHI guide and callbacks fix (#4748 )
...
Co-authored-by: chuzihang <49548797+Aria-Leo@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sanghyun Choi <farewell518@gmail.com>
Co-authored-by: Awsome <1579093407@qq.com>
Co-authored-by: ConanQZ <49194386+ConanQZ@users.noreply.github.com>
2023-09-05 16:41:14 +02:00
Glenn Jocher
aa9133bb88
ultralytics 8.0.170
apply is_list
fixes for torch.Tensor inputs (#4713 )
...
Co-authored-by: Gezhi Zhang <765724965@qq.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-04 02:22:05 +02:00
Glenn Jocher
a1c1d6b483
Add Dockerfile-conda FROM continuumio/miniconda3:latest
( #4706 )
2023-09-03 23:44:11 +02:00
Glenn Jocher
2ba80e355a
Fix FastSAM canvas drawing bug ( #4705 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-02 21:58:24 +02:00
Glenn Jocher
187b504d68
ultralytics 8.0.169
TQDM
, 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
2bc6e647c7
Failing CUDA tests fixes ( #4682 )
2023-09-01 13:29:08 +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
Gezhi Zhang
8596ee241f
Support FastSAM directory inference and plot ( #4634 )
...
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-08-30 14:19:36 +02:00
Glenn Jocher
2567b288c9
Cleanup redundant SAM forward()
methods ( #4591 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-27 19:19:13 +02:00
Glenn Jocher
deac7575b1
Model coverage cleanup ( #4585 )
2023-08-27 04:19:41 +02:00
Laughing
e9f596430f
Add SAM Predictor remove_small_regions
test ( #4576 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-26 13:07:15 +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
b890e1c937
Simplify postprocessing methods ( #4497 )
2023-08-22 19:01:33 +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
b2f279ffdd
Update Validator to use model
argument ( #4480 )
2023-08-21 19:21:55 +02:00
Glenn Jocher
615ddc9d97
Tests and docstrings improvements ( #4475 )
2023-08-21 17:02:14 +02:00
Glenn Jocher
3acead7e79
Add TensorBoard graph for model visualization ( #4464 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-21 01:22:29 +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
9d27e7ada4
New ASSETS
and trackers GMC cleanup ( #4425 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-17 18:19:05 +02:00
Glenn Jocher
c940d29d4f
Omit ultralytics/utils/callbacks
from coverage ( #4345 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-14 03:25:51 +02:00
Glenn Jocher
9f6d48d3cf
Improve tests coverage and speed ( #4340 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-13 22:24:01 +02:00
Glenn Jocher
9366062af2
Remove unused code ( #4327 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-13 13:10:52 +02:00
Glenn Jocher
822608986c
ultralytics 8.0.153
YOLO Tasks Cleanup (#4314 )
2023-08-12 02:30:57 +02:00
Andy
dde89c744c
Refactor val code into new self.match_predictions()
method ( #4265 )
...
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-08-09 19:03:46 +02:00
Laughing
e9c9b82c42
Fix save_hybrid
( #4245 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-09 18:51:21 +02:00
pre-commit-ci[bot]
7dcdca3bf4
Replace type(1) == int
with isinstance(1, int)
( #4217 )
...
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-08-08 01:53:47 +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
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
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
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
e78fb683f4
default.yaml
type comments (#3237 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-18 01:24:59 +02:00
Ayush Chaurasia
a0ba8ef5f0
Add RTDETR Trainer ( #2745 )
...
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: Laughing-q <1185102784@qq.com>
Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
2023-06-17 13:46:18 +02:00
Glenn Jocher
441e67d330
Add Conv2() module ( #2820 )
2023-05-25 18:12:50 +02:00
Glenn Jocher
ffc0e8ccf7
ultralytics 8.0.108
add Meituan YOLOv6 models (#2811 )
...
Co-authored-by: Michael Currie <mcurrie@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Hicham Talaoubrid <98521878+HichTala@users.noreply.github.com>
Co-authored-by: Zlobin Vladimir <vladimir.zlobin@intel.com>
Co-authored-by: Szymon Mikler <sjmikler@gmail.com>
2023-05-25 00:43:32 +02:00
Glenn Jocher
229119c376
ultralytics 8.0.98
add Baidu RT-DETR models (#2527 )
...
Co-authored-by: Kalen Michael <kalenmike@gmail.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
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>
Co-authored-by: Dowon <ks2515@naver.com>
2023-05-11 01:15:20 +02:00
Glenn Jocher
44c7c3514d
ultralytics 8.0.90
actions and docs improvements (#2326 )
...
Co-authored-by: calmisential <xinyu_std@163.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: triple Mu <gpu@163.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
Co-authored-by: ran xiao <ben.xiao@me.com>
Co-authored-by: rxiao <ran.xiao@silverpond.com.au>
2023-04-29 20:16:56 +02:00
Glenn Jocher
efc941aa81
ultralytics 8.0.87
improved Pose models (#2202 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: Kirolos Atef <keroatef295@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 16:04:40 +02:00
Glenn Jocher
2c6fc0a444
Update LICENSE to AGPL-3.0 ( #2031 )
2023-04-14 15:17:41 +02:00
Glenn Jocher
95f96dc5bc
ultralytics 8.0.72
faster Windows trainings and corrupt cache fix (#1912 )
...
Co-authored-by: andreaswimmer <53872150+andreaswimmer@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-04-10 00:21:03 +02:00
Glenn Jocher
2725545090
ultralytics 8.0.67
Pose speeds, Comet and ClearML updates (#1871 )
...
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Victor Sonck <victor.sonck@gmail.com>
Co-authored-by: Danny Kim <dh031200@gmail.com>
2023-04-06 19:07:10 +02:00
Ayush Chaurasia
1cb92d7f42
ultralytics 8.0.65
YOLOv8 Pose models (#1347 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-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: Mert Can Demir <validatedev@gmail.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: Fabian Greavu <fabiangreavu@gmail.com>
Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com>
Co-authored-by: Eric Pedley <ericpedley@gmail.com>
Co-authored-by: JustasBart <40023722+JustasBart@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aarni Koskela <akx@iki.fi>
Co-authored-by: Sergio Sanchez <sergio.ssm.97@gmail.com>
Co-authored-by: Bogdan Gheorghe <112427971+bogdan-galileo@users.noreply.github.com>
Co-authored-by: Jaap van de Loosdrecht <jaap@vdlmv.nl>
Co-authored-by: Noobtoss <96134731+Noobtoss@users.noreply.github.com>
Co-authored-by: nerdyespresso <106761627+nerdyespresso@users.noreply.github.com>
Co-authored-by: Farid Inawan <frdteknikelektro@gmail.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
Co-authored-by: Alexander Duda <Alexander.Duda@me.com>
Co-authored-by: Mehran Ghandehari <mehran.maps@gmail.com>
Co-authored-by: Snyk bot <snyk-bot@snyk.io>
Co-authored-by: majid nasiri <majnasai@gmail.com>
2023-04-06 00:25:32 +02:00
Glenn Jocher
e7876e1ba9
ultralytics 8.0.59
new MLFlow and feature updates (#1720 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: St. HeMeow <sheng.heyang@gmail.com>
Co-authored-by: Danny Kim <imbird0312@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Torge Kummerow <CySlider@users.noreply.github.com>
Co-authored-by: dankernel <dkdkernel@gmail.com>
Co-authored-by: Burhan <62214284+Burhan-Q@users.noreply.github.com>
Co-authored-by: Roshanlal <roshanlaladchitre103@gmail.com>
Co-authored-by: Lorenzo Mammana <lorenzo.mammana@orobix.com>
Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com>
2023-03-31 20:33:02 +02:00
Glenn Jocher
28e48be5b6
ultralytics 8.0.56
PyTorch 2.0 support and minor fixes (#1538 )
...
Co-authored-by: N-Friederich <127681326+N-Friederich@users.noreply.github.com>
Co-authored-by: Uhrendoktor <36703334+Uhrendoktor@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: Aman Agarwal <amanag.11@gmail.com>
Co-authored-by: ExtReMLapin <3909752+ExtReMLapin@users.noreply.github.com>
Co-authored-by: Nadav Eidelstein <30617226+nodeav@users.noreply.github.com>
2023-03-24 00:22:20 +01:00
Glenn Jocher
25cc07401f
ultralytics 8.0.55
unified YOLOv8 model YAMLs (#1475 )
2023-03-20 13:54:20 +01:00
Glenn Jocher
9e58c32c15
Docs URL fixes and YAML updates ( #1383 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Huijae Lee <46982469+ZeroAct@users.noreply.github.com>
2023-03-13 00:40:11 +01:00
Glenn Jocher
f0d8e4718b
ultralytics 8.0.50
AMP check and YOLOv5u YAMLs (#1263 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Troy <wudashuo@vip.qq.com>
Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
Co-authored-by: Huijae Lee <46982469+ZeroAct@users.noreply.github.com>
2023-03-06 11:39:26 +01:00
Glenn Jocher
edd3ff1669
Update .pre-commit-config.yaml
( #1026 )
2023-02-17 22:26:40 +01:00