120 Commits (395cc47c535928c01a8770828055b958be9dba91)

Author SHA1 Message Date
Laughing ed6c54da7a
Integrate ByteTracker and BoT-SORT trackers (#788)
2 years ago
Glenn Jocher 1ad7e79033
Fix `yolo checks` as a package bug in Colab (#972)
2 years ago
Glenn Jocher bdc6cd4d8b
`ultralytics 8.0.37` add TFLite metadata in AutoBackend (#953)
2 years ago
Glenn Jocher 20fe708f31
Check PyTorch model status for all `YOLO` methods (#945)
2 years ago
Glenn Jocher 977fd8f0b8
`ultralytics 8.0.35` TensorRT, ONNX and OpenVINO predict and val (#929)
2 years ago
Glenn Jocher d32b339373
`ultralytics 8.0.34` security updates and fixes (#924)
2 years ago
Glenn Jocher 254adfa652
`ultralytics 8.0.33` security updates and fixes (#896)
2 years ago
Laughing 2e7a533ac3
Return metrics, Update docs (#846)
2 years ago
Glenn Jocher 64f247d692
`ultralytics 8.0.30` Docker, rect, data=*.zip updates (#832)
2 years ago
Glenn Jocher 7a7c8dc7b7
`ultralytics 8.0.29` DDP-cls and default arg fixes (#813)
2 years ago
Glenn Jocher 21ae321bc2
Update YOLOv5 YAMLs to 'u' YAMLs (#800)
2 years ago
Glenn Jocher 0d182e80f1
Add `max_dim==2` argument to `check_imgsz()` (#789)
2 years ago
Glenn Jocher 522f1937ed
ImageNet names, classify inference, resume fixes (#712)
2 years ago
Glenn Jocher aecd17d455
`ultralytics 8.0.24` mosaic, DDP, download fixes (#703)
2 years ago
Ayush Chaurasia 0609561549
Support prediction of list of sources, in-memory dataset and other improvements (#685)
2 years ago
Glenn Jocher 6c44ce21d9
`ultralytics 8.0.21` Windows, segments, YAML fixes (#655)
2 years ago
Glenn Jocher 59d4335664
New `guess_model_task()` function (#614)
2 years ago
Glenn Jocher 520825c4b2
`ultralytics 8.0.19` seg/det dataset warning and DDP-cls/seg fixes (#595)
2 years ago
Ayush Chaurasia 936414c615
`ultralytics 8.0.18` new python callbacks and minor fixes (#580)
2 years ago
Glenn Jocher 3c4de102f6
8.0.15 CLI float bug fix (#567)
2 years ago
Glenn Jocher 21b701c4ea
Threadpool fixes and CLI improvements (#550)
2 years ago
Glenn Jocher d9a0fba251
`ultralytics 8.0.14` Hydra removal fixes and cleanup (#542)
2 years ago
Glenn Jocher c5fccc3fc4
`ultralytics 8.0.12` - Hydra removal (#506)
2 years ago
Glenn Jocher a86218b767
Fix model re-fuse() in inference loops (#466)
2 years ago
Ayush Chaurasia c6985da9de
New YOLOv8 `Results()` class for prediction outputs (#314)
2 years ago
Glenn Jocher 583eac0e80
General refactoring and improvements (#373)
2 years ago
Laughing c42e44a021
Release 8.0.5 PR (#279)
2 years ago
Ayush Chaurasia 216cf2ddb6
Release 8.0.4 fixes (#256)
2 years ago
Glenn Jocher 0a7d86cd26
Detection training zero-mAP fix (#192)
2 years ago
Glenn Jocher 422c49d439
Cleanup (#168)
2 years ago
Ayush Chaurasia 6e5638c128
Return processed outputs from predictor (#161)
2 years ago
Laughing 20fee4100c
Minor fixes (#162)
2 years ago
Ayush Chaurasia d387359f74
[Docs]: Add customization tutorial and address feedback (#155)
2 years ago
Ayush Chaurasia 07eab49c3d
Add Classification model YAML support (#154)
2 years ago
Ayush Chaurasia 0e5a7ae623
General trainer cleanup (#147)
2 years ago
Glenn Jocher f8a13c49a0
Model saved_model export (#151)
2 years ago
Glenn Jocher 3cbf3ec455
Global settings typechecking (#148)
2 years ago
Glenn Jocher 46cb657b64
Merge `model()` and `model.predict()` (#146)
2 years ago
Glenn Jocher 172cef2d20
CoreML NMS and half fixes (#143)
2 years ago
Ayush Chaurasia dcd8ef68e6
Add colab template and minor fixes (#137)
2 years ago
Glenn Jocher d74de2582c
Pip debug fixes (#139)
2 years ago
Ayush Chaurasia 82c849c163
Fix load and resume and update autodownload endpoint (#136)
2 years ago
Ayush Chaurasia 6d5123297e
Fix CLI detect and segment resume (#134)
2 years ago
Glenn Jocher c3d961fb03
Unified model loading with backwards compatibility (#132)
2 years ago
Glenn Jocher af6e3c536b
Override fixes and general updates (#129)
2 years ago
Glenn Jocher d76d7af566 Simplify usage, remove YOLO.new() and YOLO.load()
2 years ago
Glenn Jocher 598f17a472
Add global `settings.yaml` in `USER_CONFIG_DIR` (#125)
2 years ago
Glenn Jocher a9b9fe7618
Add Dockerfiles and update Docs README (#124)
2 years ago
Glenn Jocher df4fc14c10
Docstring additions (#122)
2 years ago
Glenn Jocher c9f3e469cb
Add CoreML iOS updates (#121)
2 years ago
Glenn Jocher fec13ec773
Add YOLO8x6 and YAML syntax improvements (#120)
2 years ago
Glenn Jocher 076d73cfaa
Create Exporter() Class (#117)
2 years ago
Glenn Jocher 92dad1c1b5
Start export implementation (#110)
2 years ago
Ayush Chaurasia 100e21ee80
fix multiple dirs in DDP mode (#113)
2 years ago
Ayush Chaurasia 34829a6b29
Make YOLO a module (#111)
2 years ago
Ayush Chaurasia 0303ced8ab
Model enhancements 2 (#109)
2 years ago
Ayush Chaurasia 384f0ef1c6
Model interface enhancement (#106)
2 years ago
Glenn Jocher 48cffa176e
Shorten module paths with new 'nn' dir (#96)
2 years ago
Ayush Chaurasia 4fb04be20b
DDP and new dataloader Fix (#95)
2 years ago
Ayush Chaurasia 16e3c08883
Import YOLOv5 dataloader (#94)
2 years ago
Glenn Jocher ebd3cfb2fd
YOLOv8 architecture updates from R&D branch (#88)
2 years ago
Glenn Jocher 6432afc5f9
Rename `img_size` to `imgsz` (#86)
2 years ago
Ayush Chaurasia 48c95ba083
Change class depending on dataset in model interface (#77)
2 years ago
Ayush Chaurasia eb5adf4e0b
Model enhancement (#75)
2 years ago
Ayush Chaurasia d85b44f259
Update docs (#71)
2 years ago
Laughing d63ee112d4
General cleanup (#69)
2 years ago
Ayush Chaurasia 7ae45c6cc4
[WIP] Model interface (#68)
2 years ago
Ayush Chaurasia d0b0fe2592
CLI updates (#58)
2 years ago
Ayush Chaurasia 92c60758dd
Smart Model loading (#31)
2 years ago
Ayush Chaurasia 1054819a59
Add initial model interface (#30)
2 years ago