* PIL `.get_size()` deprecation fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/302
* Revert PIL deprecation fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/305
* COCO8 and COCO8-seg Pytest and CI updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/307
* General `ultralytics==8.0.6` updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/351
* Directory fix for git installs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/355
* Reorder Dockerfile for reduced rebuilding by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/358
* Docker layer reorganization 2 by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/362
* General refactoring and improvements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/373
* Ultralytics Live Session 3 - YOLOv8 https://youtu.be/IPcpYO5ITa8 by pderrenger in https://github.com/ultralytics/ultralytics/pull/378
* New YOLOv8 `Results()` class for prediction outputs by AyushExel in https://github.com/ultralytics/ultralytics/pull/314
* Fix predict bug on show=True by AyushExel in https://github.com/ultralytics/ultralytics/pull/452
* CLI Simplification by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/449
* fix im_files by Laughing-q in https://github.com/ultralytics/ultralytics/pull/460
* Improved CLI error reporting for users by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/458
* Fix model re-fuse() in inference loops by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/466
* `ultralytics 8.0.11` bug fixes and performance improvements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/495
* `ultralytics 8.0.12` - Hydra removal by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/506
* Fix entrypoint(debug=False) to True by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/530
* Fix `v.replace(" ", "")` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/531
* `ultralytics 8.0.14` Hydra removal fixes and cleanup by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/542
* Threadpool fixes and CLI improvements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/550
* 8.0.15 CLI float bug fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/567
* Remove GitPython dependency by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/568
* DDP config error fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/578
* `ultralytics 8.0.18` new python callbacks and minor fixes by AyushExel in https://github.com/ultralytics/ultralytics/pull/580
* `ultralytics 8.0.19` seg/det dataset warning and DDP-cls/seg fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/595
* New `guess_model_task()` function by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/614
* `ultralytics 8.0.20` CLI `yolo` simplifications, DDP and ONNX fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/608
* fix overlap_mask by Laughing-q in https://github.com/ultralytics/ultralytics/pull/651
* `ultralytics 8.0.21` Windows, segments, YAML fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/655
* DDP, Comet, URLError fixes, improved error handling by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/658
* Support prediction of list of sources, in-memory dataset and other improvements by AyushExel in https://github.com/ultralytics/ultralytics/pull/685
* `imgsz` warning fix, download function consolidation by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/681
* `ultralytics 8.0.24` mosaic, DDP, download fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/703
* ImageNet names, classify inference, resume fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/712
* Use new OpenVINO API instead of deprecated by adrianboguszewski in https://github.com/ultralytics/ultralytics/pull/736
* `ultralytics 8.0.26` new YOLOv5u models by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/771
* Support fuse-deconv-and-bn by triple-Mu in https://github.com/ultralytics/ultralytics/pull/786
* Add `max_dim==2` argument to `check_imgsz()` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/789
* Update YOLOv5 YAMLs to 'u' YAMLs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/800
* `ultralytics 8.0.29` DDP-cls and default arg fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/813
* Setup template for community examples by AyushExel in https://github.com/ultralytics/ultralytics/pull/718
* `ultralytics 8.0.30` Docker, rect, data=*.zip updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/832
* TAL `min_memory` argument, precommit, Docker fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/836
* Return metrics, Update docs by Laughing-q in https://github.com/ultralytics/ultralytics/pull/846
* `ultralytics 8.0.31` updates and fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/857
* `ultralytics 8.0.32` HUB and TensorFlow fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/870
* [Snyk] Security upgrade wheel from 0.30.0 to 0.38.0 by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/887
* Command injection and Path traversal security fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/888
* `ultralytics 8.0.33` security updates and fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/896
* `ultralytics 8.0.34` security updates and fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/924
* `ultralytics 8.0.35` TensorRT, ONNX and OpenVINO predict and val by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/929
* Add YOLOv8 ONNX C++ inference Example by JustasBart in https://github.com/ultralytics/ultralytics/pull/856
* Check PyTorch model status for all `YOLO` methods by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/945
* `ultralytics 8.0.37` add TFLite metadata in AutoBackend by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/953
* Fix `yolo checks` as a package bug in Colab by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/972
* `ultralytics 8.0.38` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/977
* Integrate ByteTracker and BoT-SORT trackers by Laughing-q in https://github.com/ultralytics/ultralytics/pull/788
* `ultralytics 8.0.39` add ByteTracker and BoT-SORT trackers and fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/984
* `ultralytics 8.0.40` TensorRT metadata and Results visualizer by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1014
* Update `.pre-commit-config.yaml` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1026
* [Example] YOLOv8-OpenCV-ONNX-Python by frdteknikelektro in https://github.com/ultralytics/ultralytics/pull/1007
* `ultralytics 8.0.41` TF SavedModel and EdgeTPU export by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1034
* `ultralytics 8.0.42` DDP fix and Docs updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1065
* `ultralytics 8.0.43` optimized `Results` class and fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1069
* `ultralytics 8.0.44` export and task fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1088
* `ultralytics 8.0.45` segment CUDA and DDP callback fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1137
* `ultralytics 8.0.46` TFLite and Benchmarks updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1141
* [Snyk] Fix for 2 vulnerabilities by snyk-bot in https://github.com/ultralytics/ultralytics/pull/1051
* `ultralytics 8.0.47` Docker and reformat updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1153
* `ultralytics 8.0.48` Edge TPU fix and Metrics updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1171
* `ultralytics 8.0.49` task, exports and metadata updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1197
* `ultralytics 8.0.50` AMP check and YOLOv5u YAMLs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1263
* `ultralytics 8.0.51` add assets and CI actions by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1296
* `ultralytics 8.0.52` reduced TAL CUDA usage and AMP check fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1333
* `ultralytics 8.0.53` DDP AMP and Edge TPU fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1362
* Docs URL fixes and YAML updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1383
* Check for broken links by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1422
* `ultralytics 8.0.54` TFLite export improvements and fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1447
* `ultralytics 8.0.55` unified YOLOv8 model YAMLs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1475
* Broken link fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1537
* `ultralytics 8.0.56` PyTorch 2.0 support and minor fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1538
* `ultralytics 8.0.57` Comet, AMP, Classify, Docker updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1601
* `ultralytics 8.0.58` new SimpleClass, fixes and updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1636
* Add YOLOv5 tutorials to docs.ultralytics.com by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1657
* `ultralytics 8.0.59` new MLFlow and feature updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1720
* `8.0.60` new HUB training syntax by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1753
* HUB CI fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1776
* `ultralytics 8.0.62` HUB Syntax updates and fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1795
* `ultralytics 8.0.63` CLI AMP check fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1838
* Revert 1783 fix callbacks by reference by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1847
* `ultralytics 8.0.65` HUB COCO128 fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1848
* `ultralytics 8.0.66` YOLOv8 Pose models by AyushExel in https://github.com/ultralytics/ultralytics/pull/1347
* `ultralytics 8.0.67` Pose speeds, Comet and ClearML updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1871
* `ultralytics 8.0.68` HUB zipfile without suffix fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1877
* `ultralytics 8.0.69` HUB CI and ClearML fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1888
* `ultralytics 8.0.70` minor fixes and improvements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1892
* `ultralytics 8.0.71` updates and fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1907
* Update version of PyTorch <2.0 by gustavo-moura in https://github.com/ultralytics/ultralytics/pull/1794
* `ultralytics 8.0.72` faster Windows trainings and corrupt cache fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1912
* `ultralytics 8.0.73` minor fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1929
* `ultralytics 8.0.74` Pose labels, fp64 labels, Ensemble fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1956
* Fix Chinese README by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1965
* `ultralytics 8.0.75` fixes and updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/1967
* `ultralytics 8.0.76` minor fixes and improvements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2004
* `ultralytics 8.0.77` Ray[Tune] for hyperparameter optimization by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2014
* Update LICENSE to AGPL-3.0 by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2031
* `ultralytics 8.0.78` Docker and confusion matrix updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2035
* Dockerfile for NVIDIA Jetson devices by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2050
* `ultralytics 8.0.79` expand Docs reference section by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2053
* `ultralytics 8.0.80` single-line docstring fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2060
* `ultralytics 8.0.81` single-line docstring updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2061
* `ultralytics 8.0.82` docs updates and fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2098
* `ultralytics 8.0.83` Neptune AI logging addition by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2130
* `ultralytics 8.0.84` results JSON outputs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2171
* Update links to https://docs.ultralytics.com by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2182
* `ultralytics 8.0.85` docs and events updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2189
* `ultralytics 8.0.86` HUB resume, Classify train and RayTune fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2200
* `ultralytics 8.0.87` improved Pose models by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2202
* `ultralytics 8.0.88` Pose TFLite model fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2261
* [Snyk] Security upgrade numpy from 1.21.3 to 1.22.2 by snyk-bot in https://github.com/ultralytics/ultralytics/pull/2188
* `ultralytics 8.0.89` SAM predict and auto-annotate by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2298
* `ultralytics 8.0.90` actions and docs improvements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2326
* `ultralytics 8.0.91` tracker fix and docs comments by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2343
* `ultralytics 8.0.92` updates and fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2361
* `ultralytics 8.0.93` HUB docs and JSON2YOLO converter by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2431
* Fix Jetson Docker by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2433
* `ultralytics 8.0.94` HUBDatasetStats() Segment and Pose support by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2450
* `ultralytics 8.0.96` TAL speed and memory improvements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2484
* `ultralytics 8.0.97` confusion matrix, windows, docs updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2511
* `ultralytics 8.0.98` add Baidu RT-DETR models by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2527
* `ultralytics 8.0.99` HUB resume fix and Docs updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2567
* `ultralytics 8.0.100` add Mosaic9() augmentation by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2605
* fix loss by Laughing-q in https://github.com/ultralytics/ultralytics/pull/2614
* `ultralytics 8.0.101` mosaic9() and loss bug fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2608
* `ultralytics 8.0.103` minor fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2634
* `ultralytics 8.0.104` bug fixes and `thop` dependency removal by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2665
* `ultralytics 8.0.105` classification hyp fix and new `onplot` callbacks by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2684
* `ultralytics 8.0.106` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2736
* `ultralytics 8.0.107` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2778
* Buffered Mosaic for reduced HDD reads by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2791
* `ultralytics 8.0.108` add Meituan YOLOv6 models by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2811
* `ultralytics 8.0.109` HUB training fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2818
* Move loss to task heads by AyushExel in https://github.com/ultralytics/ultralytics/pull/2825
* Add Conv2() module by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2820
* `build_optimizer()` assign all parameters by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2855
* New dataset `fraction=1.0` argument by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2860
* New train `profile` argument for loggers by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2862
* Revert loss head PR by AyushExel in https://github.com/ultralytics/ultralytics/pull/2873
* Fix numpy FP64 bug in augmentation by Laughing-q in https://github.com/ultralytics/ultralytics/pull/2841
* Fix KeyError:line_thickness by setwgx in https://github.com/ultralytics/ultralytics/pull/2852
* kwargs override `cfg` argument in model.train (2839) by Interpause in https://github.com/ultralytics/ultralytics/pull/2853
* Remove Sentry from requirements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2878
* Rename predictor postprocess `orig_img` to `orig_imgs` by afifaniks in https://github.com/ultralytics/ultralytics/pull/2877
* `ultralytics 8.0.110` new `profile` and `fraction` train args by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2880
* Add ProfileModel `min_time=60`s argument by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2881
* Update security policy by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2884
* Fix `Conv2()` fusing by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2885
* Fix DDP classify train `imgsz` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2897
* Refactor best YouTube URL and add `yt_dlp` option by tekert in https://github.com/ultralytics/ultralytics/pull/2901
* Import `ultralytics.nn.tasks` as `ultralytics.nn` by AyushExel in https://github.com/ultralytics/ultralytics/pull/2889
* Move loss calculation to head by AyushExel in https://github.com/ultralytics/ultralytics/pull/2874
* Update `generate_ddp_file` for improved `overrides` by Laughing-q in https://github.com/ultralytics/ultralytics/pull/2909
* `ultralytics 8.0.111` refactored `model.loss()` method by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2911
* Update stream_loaders.py to `Path().absolute()` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2915
* W&B updates by AyushExel in https://github.com/ultralytics/ultralytics/pull/2895
* Fix `save_txt` in track mode and add Keypoints and Probs by Laughing-q in https://github.com/ultralytics/ultralytics/pull/2921
* Task augment by Laughing-q in https://github.com/ultralytics/ultralytics/pull/2924
* Update license and tasks docs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2941
* Optionally `train_args` on attempt_load_weights() by AyushExel in https://github.com/ultralytics/ultralytics/pull/2928
* `ultralytics 8.0.112` augment, results and docs updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2944
* Move `check_amp()` to checks.py by AyushExel in https://github.com/ultralytics/ultralytics/pull/2948
* Fix `workspace` and `verbose` arguments in TensorRT export by crbrz in https://github.com/ultralytics/ultralytics/pull/2954
* Fix keypoints.conf update Results docs by Laughing-q in https://github.com/ultralytics/ultralytics/pull/2977
* fix overlap_mask in SegmentationLoss by Laughing-q in https://github.com/ultralytics/ultralytics/pull/2985
* Add Adamax, NAdam, RAdam optimizers by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2969
* `ultralytics 8.0.113` Adamax, NAdam, RAdam optimizers by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3004
* Fix GlobalWheat2020.yaml auto download by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3007
* Add DVC experiments logger with DVCLive by shcheklein in https://github.com/ultralytics/ultralytics/pull/2792
* [Example] YOLOv8-ONNXRuntime by semihhdemirel in https://github.com/ultralytics/ultralytics/pull/2992
* Add rt info for OpenVINO ModelAPI by Wovchena in https://github.com/ultralytics/ultralytics/pull/2891
* `ultralytics 8.0.114` automatic optimizer selection by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3037
* Simplify `remove_zero_areas()` function by Laughing-q in https://github.com/ultralytics/ultralytics/pull/3060
* Fix code scanning alert - Incomplete URL substring sanitization by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3054
* Update val `max_dets=args.max_det=300` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3051
* Fix RayTune for < 8 CPUs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3102
* Remove Neptune `run.stop()` in `on_train_end()` by SiddhantSadangi in https://github.com/ultralytics/ultralytics/pull/3103
* fix(loggers): DVCLive add package version check by shcheklein in https://github.com/ultralytics/ultralytics/pull/3112
* `ultralytics 8.0.115` RayTune and DVC fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3115
* Add Ultralytics tasks and YOLO-NAS models by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/2735
* Add `device=cuda` support by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3133
* Use `model_info_for_loggers()` in DVC logger by shcheklein in https://github.com/ultralytics/ultralytics/pull/3127
* Add inference API to CI by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3132
* `ultralytics 8.0.116` NAS, DVC, YOLOv5u updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3124
* Fix platform set to tuple by Laughing-q in https://github.com/ultralytics/ultralytics/pull/3136
* `ultralytics 8.0.117` NAS export, classify and tasks banner URL fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3145
* Docs updates for HUB, YOLOv4, YOLOv7, NAS by sergiuwaxmann in https://github.com/ultralytics/ultralytics/pull/3174
* Add patches section and fix Docs CI by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3193
* Fix operating system to list by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3196
* Add world_size check before setting up DDP train by brunoarine in https://github.com/ultralytics/ultralytics/pull/3191
* Comet Updates by DN6 in https://github.com/ultralytics/ultralytics/pull/3186
* `ultralytics 8.0.118` updated Docs, OS and DDP fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3197
* Jetson Docker fix `opencv-python>=4.5.0` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3208
* Update Dockerfile-jetson by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3209
* Update save_dir on new predict args by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3215
* Fix `batch=-1` for exports by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3217
* Build reference for missing `__init__.py` files by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3227
* Add RTDETR Trainer by AyushExel in https://github.com/ultralytics/ultralytics/pull/2745
* docs: add docs for hub datasets by sergiuwaxmann in https://github.com/ultralytics/ultralytics/pull/3212
* Docstrings arguments cleanup by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3229
* Add Ultralytics ViT Docs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3230
* Fix Pose val plotting bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3232
* Fix `scipy.ndimage.filters` deprecation warning by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3233
* Fix PIL `getsize()` deprecation warning by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3234
* `default.yaml` type comments by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3237
* Default classify training to `pretrained=True` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3239
* Return `save_dir` with prediction results by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3240
* Fix Classify confusion matrix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3241
* Fix data.yaml absolute path bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3242
* `ultralytics 8.0.119` RTDETR Trainer and ViT Docs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3236
* Uninstall `wandb` from notebook environments by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3247
* Add CLI support for SAM, RTDETR by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3253
* [RTDETR]fix "Grad strides do not match bucket view strides" when training with DDP by Laughing-q in https://github.com/ultralytics/ultralytics/pull/3255
* Docs: add docs for HUB models by sergiuwaxmann in https://github.com/ultralytics/ultralytics/pull/3270
* Update datasets/classify/index.md Docs by GreatV in https://github.com/ultralytics/ultralytics/pull/3244
* Allow setting MLFlow experiment name through env var by jarombouts-cg in https://github.com/ultralytics/ultralytics/pull/3266
* `ultralytics 8.0.120` CLI support for SAM, RTDETR by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3273
* [RTDETR]Fix val loss by Laughing-q in https://github.com/ultralytics/ultralytics/pull/3280
* Fix Pose export from YAML by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3312
* `ultralytics 8.0.121` RTDETR fix and Docs updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3314
* Increase NCCL timeout from 1 hour to 3 hours by rumjie in https://github.com/ultralytics/ultralytics/pull/3343
* Warn `save` disabled for torch inference by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3361
* [Example] Add example application for .NET by dme-compunet in https://github.com/ultralytics/ultralytics/pull/3311
* Fix RT-DETR exported onnx model by Kayzwer in https://github.com/ultralytics/ultralytics/pull/3317
* `ultralytics 8.0.122` Fix `torch.Tensor` inference by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3363
* Add `torch.Tensor` checks and pip badges by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3368
* Add FastSAM docs page by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3371
* FROM ubuntu:lunar-20230615 and `lap` install fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3374
* Fix video writing by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3379
* `ultralytics 8.0.123` Ubuntu security and VideoWriter codec fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3380
* Docker `apt install gnupg g++` for `lap` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3381
* Fix RTDETR val_batch_pred by Laughing-q in https://github.com/ultralytics/ultralytics/pull/3392
* Update Discord invite link by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3397
* `lapx` package replacement for `lap` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3383
* Fix dataset multiple unzip behavior by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3413
* Change key format for `images` dict in `convert_coco` (3419) by GreatGameDota in https://github.com/ultralytics/ultralytics/pull/3420
* `ultralytics 8.0.124` lapx package and multiple-unzip fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3423
* Cap head scaling with `min(nc, 100)` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3436
* Add torch.Tensor image saving by Neloy262 in https://github.com/ultralytics/ultralytics/pull/3475
* Improve NMS speed by yermandy in https://github.com/ultralytics/ultralytics/pull/3467
* DVCLive cache images by CptCaptain in https://github.com/ultralytics/ultralytics/pull/3459
* `ultralytics 8.0.125` NMS speed improvements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3463
* Update ViT ops.py to `torch.long` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3508
* [RTDETR]fix mosaic<1.0 by Laughing-q in https://github.com/ultralytics/ultralytics/pull/3518
* [pre-commit.ci] pre-commit suggestions by pre-commit-ci in https://github.com/ultralytics/ultralytics/pull/3510
* Set `close_mosaic: 10` in default.yaml by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3525
* Update Discord links to role assign by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3533
* Update YOLOv8-ONNXRuntime-CPP by DennisJcy in https://github.com/ultralytics/ultralytics/pull/3455
* `ultralytics 8.0.126` Ray Tune refactoring by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3511
* Save Keypoints visible to text by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3547
* Update default.yaml `imgsz` comment by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3551
* Update README.md (code to run rtdetr on C) by Kayzwer in https://github.com/ultralytics/ultralytics/pull/3539
* Pass export=True to RTDETRDecoder by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3550
* `ultralytics 8.0.127` add FastSAM model by berry-ding in https://github.com/ultralytics/ultralytics/pull/3390
* `ultralytics 8.0.128` FastSAM autodownload and super() init by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3552
* Add alias `"best"` for the model checkpoint artifact by soumik12345 in https://github.com/ultralytics/ultralytics/pull/3558
* Use `args.name` as `run_name` for MLFlow system. by andrewerf in https://github.com/ultralytics/ultralytics/pull/3567
* Fix PyPI build warnings by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3565
* [pose]fix flip_idx by Laughing-q in https://github.com/ultralytics/ultralytics/pull/3577
* `ultralytics 8.0.129` add YOLOv8 Tencent NCNN export by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3529
* `ultralytics 8.0.130` revert 'Fix PyPI build warnings' updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3585
* Avoid Python 3.9 with_stem by democat3457 in https://github.com/ultralytics/ultralytics/pull/3589
* `ultralytics 8.0.131` NCNN, HUB and FastSAM fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3587
* Fix StreamLoader variable FPS bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3602
* Update TASK2DATA defaults to COCO8 by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3603
* Error -> Warn on non-deterministic ops by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3613
* Filter `matplotlib>=3.7.2` tight layout warning by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3614
* `ultralytics 8.0.132` add AutoBackend NCNN inference by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3615
* Replace an easy way to construct a `ncnn.Mat` by triple-Mu in https://github.com/ultralytics/ultralytics/pull/3638
* Fix SAM autodownload to `/weights` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3655
* Add Environmental, Health and Safety (EHS) policy by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3666
* Fix `MLFLOW_EXPERIMENT_NAME` env var by ouphi in https://github.com/ultralytics/ultralytics/pull/3668
* Update SAM docs page by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3672
* Remove PNNX debug files by triple-Mu in https://github.com/ultralytics/ultralytics/pull/3677
* Add tuner.py to Docs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3689
* Fix PNNX debug filename by triple-Mu in https://github.com/ultralytics/ultralytics/pull/3687
* Fix SAM docs broken URL by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3691
* Fix Classify train from arbitrary CWD by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3692
* Add `datetime` to exported model metadata by developer0hye in https://github.com/ultralytics/ultralytics/pull/3694
* Changed default device to AUTO in OpenVINO by adrianboguszewski in https://github.com/ultralytics/ultralytics/pull/3699
* `ultralytics 8.0.133` add `torchvision` compatibility check by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3703
* `ultralytics 8.0.134` add MobileSAM support by ChaoningZhang in https://github.com/ultralytics/ultralytics/pull/3474
* Update OpenVINO requirement to `openvino>=2023.0` by adrianboguszewski in https://github.com/ultralytics/ultralytics/pull/3722
* Print CPU information by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3721
* Fix `Arial.ttf` threaded multi-download bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3725
* Fix `check_requirements()` console output by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3738
* Updated C2f docstring by harshdhamecha in https://github.com/ultralytics/ultralytics/pull/3732
* Avoid CUDA round-trip for relevant export formats by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3727
* Remove deprecated `AutoShape` class by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3743
* `ultralytics 8.0.135` remove deprecated `v5loader` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3744
* `ultralytics 8.0.136` refactor and simplify package by Laughing-q in https://github.com/ultralytics/ultralytics/pull/3748
* Fix `MKL_THREADING_LAYER` bug in DDP Docker training by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3770
* Update docs metadata by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3781
* Add `libusb-1.0-0` for 'tflite_support' package by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3785
* Update Classify `fitness` definition to mean of top1, top5 by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3789
* Update `dynamic` keys and comments for ONNX exports by developer0hye in https://github.com/ultralytics/ultralytics/pull/3772
* Fix `eval` to `val` in dvc.py by daavoo in https://github.com/ultralytics/ultralytics/pull/3771
* Add `Dockerfile-python` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3814
* Add Dockerfile-python to CI by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3816
* `ultralytics 8.0.137` fix Windows NCNN export bug by Chikage0o0 in https://github.com/ultralytics/ultralytics/pull/3803
* `ultralytics 8.0.138` update `hub/utils.py` Events by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3839
* update cli.md for export ncnn model by nihui in https://github.com/ultralytics/ultralytics/pull/3846
* fix: pin coremltools to 6.2 by kalenmike in https://github.com/ultralytics/ultralytics/pull/3852
* Fix tflite int8 scaling by democat3457 in https://github.com/ultralytics/ultralytics/pull/3837
* Add ncnn auto thread count by nihui in https://github.com/ultralytics/ultralytics/pull/3847
* Benchmark with custom `data.yaml` by maianumerosky in https://github.com/ultralytics/ultralytics/pull/3858
* `ultralytics 8.0.139` add FastSAM CLI support by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3860
* `ultralytics 8.0.140` improved robustness to model path spaces by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3879
* Fix `get_cpu_info()` bug on Raspberry Pi by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3899
* Update tasks.py to allow custom RTEDTRDecoder arguments by redrei in https://github.com/ultralytics/ultralytics/pull/3872
* `ultralytics 8.0.141` create new SettingsManager by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3790
* Allow paths relative to `*.txt` files for LoadImages by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3905
* Update Discord invite to https://ultralytics.com/discord by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3922
* Cleanup NCNN export files by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3925
* Add tests before pushing to Docker Hub by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3924
* Add benchmarks to Docker publish workflow by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3931
* Fix `imgsz` in docs to integer to train, val by Laughing-q in https://github.com/ultralytics/ultralytics/pull/3941
* Update augment in validator by Laughing-q in https://github.com/ultralytics/ultralytics/pull/3943
* Clip boxes in tracker by Laughing-q in https://github.com/ultralytics/ultralytics/pull/3950
* Create CI `workflow_dispatch` trigger by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3954
* Update exporter.py to raise errors on export failure by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3951
* `ultralytics 8.0.142` add OpenVINO docs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3624
* Fix catastrophic accuracy degradation of TFLite static quantized integer models by motokimura in https://github.com/ultralytics/ultralytics/pull/1695
* `ultralytics 8.0.143` add `Model` base class by Laughing-q in https://github.com/ultralytics/ultralytics/pull/3934
* Add HUB URL environment variables by kalenmike in https://github.com/ultralytics/ultralytics/pull/3988
* Fix counter overflow for video frame crop names, set default separator for same-frame detection counter by ketil-malde in https://github.com/ultralytics/ultralytics/pull/3982
* Update Dockerfile to fix `np.bool` deprecation by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/3998
* Correct docstring and delete unused code in `scale_image` function by Flippchen in https://github.com/ultralytics/ultralytics/pull/4001
* Add new K-Fold cross validation guide in Docs by Burhan-Q in https://github.com/ultralytics/ultralytics/pull/3975
* Add `kpt_radius` plotting arg to Results object by Wouter-Bekker-AI in https://github.com/ultralytics/ultralytics/pull/4022
* `ultralytics 8.0.144` fix SAM `predict()` results by Laughing-q in https://github.com/ultralytics/ultralytics/pull/4027
* Update to `mkdocs-ultralytics-plugin==0.0.22` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4030
* Fix screenshot inference by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4033
* `ultralytics 8.0.145` Windows URL fix and Pose MPS warning by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4034
* Update tracker docs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4044
* Fix per-layer FLOPs profiling by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4048
* Fix issue when config dir is created even if YOLO_CONFIG_DIR is set by valfrom in https://github.com/ultralytics/ultralytics/pull/4054
* Bump slackapi/slack-github-action from 1.23.0 to 1.24.0 by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4066
* [Snyk] Security upgrade numpy from 1.21.3 to 1.22.2 by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4090
* Support both `*.yml` and `*.yaml` files by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4086
* `ultralytics 8.0.146` fix SettingsManager un-needed write ops by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4101
* Use double quotes for `pip install` options by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4110
* Fix YOLOv5 `save_one_box()` usage by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4127
* Removed redundency in RTDETRDecoder by Wiqzard in https://github.com/ultralytics/ultralytics/pull/4118
* Update prediction `Results` docs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4139
* Add `retry` option to `get_github_assets()` function by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4148
* Mark DVC `trainer.best` artifact as `type=model` by daavoo in https://github.com/ultralytics/ultralytics/pull/4143
* Add verbosity flag for quantization info by democat3457 in https://github.com/ultralytics/ultralytics/pull/4151
* Fix Docs reference section `__init__.py` URLs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4168
* Remove redundant `mkdir` command in Dockerfiles by manand881 in https://github.com/ultralytics/ultralytics/pull/4175
* Update version checks functions by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4179
* Fix error with exporting quantized saved model when labels cache not present by democat3457 in https://github.com/ultralytics/ultralytics/pull/4174
* Add Docs example for plotting tracks over time by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4170
* `ultralytics 8.0.148` fix `SettingsManager` empty YAML bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4180
* Update `check_version()` for inequality support by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4182
* Enable Google Drive file downloads by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4196
* `ultralytics 8.0.149` add Open Images V7 training by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4178
* Scope `scipy` import and only plot first 1M labels by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4203
* Improved Docs models Usage examples by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4214
* Replace `type(1) == int` with `isinstance(1, int)` by pre-commit-ci in https://github.com/ultralytics/ultralytics/pull/4217
* Accept `model=yolov5*u.yaml` arguments by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4230
* `ultralytics 8.0.150` new Apple `*.mlpackage` export format by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4043
* Fix `save_hybrid` by Laughing-q in https://github.com/ultralytics/ultralytics/pull/4245
* Refactor val code into new `self.match_predictions()` method by yermandy in https://github.com/ultralytics/ultralytics/pull/4265
* Add "assert len(labels)" catch by Laughing-q in https://github.com/ultralytics/ultralytics/pull/4257
* Fixes Results.tojson when tracking by simlevesque in https://github.com/ultralytics/ultralytics/pull/4270
* `ultralytics 8.0.151` add `DOTAv2.yaml` for OBB training by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4258
* Improve YOLOv8 ONNX Runtime c++ example for all OS with `CmakeList.txt` support by onuralpszr in https://github.com/ultralytics/ultralytics/pull/4274
* Use `conda install -c conda-forge ultralytics` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4272
* Fix `torch.Tensor` inference results plotting by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4297
* `ultralytics 8.0.152` bump `torch>=1.8.0` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4299
* Fix incorrect device selection when resuming training by Laughing-q in https://github.com/ultralytics/ultralytics/pull/4301
* Implementing Resource Release Mechanism for Stream Loading by gustavosett in https://github.com/ultralytics/ultralytics/pull/4285
* Improved Classify dataset splits and introspection by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4312
* `ultralytics 8.0.153` YOLO Tasks Cleanup by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4314
* Update links.yml by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4322
* ORT_CPP add CUDA FP16 inference by DennisJcy in https://github.com/ultralytics/ultralytics/pull/4320
* Remove unused code by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4327
* Add Code Coverage Reports by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4336
* Update YOLOv8-ONNXRuntime-CPP example with GPU inference by onuralpszr in https://github.com/ultralytics/ultralytics/pull/4328
* Clean and bump dvc callback: settings, stacked images by shcheklein in https://github.com/ultralytics/ultralytics/pull/4343
* Improve tests coverage and speed by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4340
* `ultralytics 8.0.154` add `freeze` training argument by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4329
* Omit `ultralytics/utils/callbacks` from coverage by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4345
* Fix PIL Image `exif_size()` function by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4355
* Add `data/utils.py` to tests by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4363
* Cleanup tracker and remove unused functions by Laughing-q in https://github.com/ultralytics/ultralytics/pull/4374
* `ultralytics 8.0.155` allow `imgsz` and `batch` resume changes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4366
* Correct `scipy.optimize.linear_sum_assignment` usage by ZouJiu1 in https://github.com/ultralytics/ultralytics/pull/4390
* Fix `LoadStreams` final frame bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4387
* `ultralytics 8.0.156` fix PIL `*.png` EXIF bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4406
* 🖼️ Format bbox label with fixed precision for ortcpp-example by onuralpszr in https://github.com/ultralytics/ultralytics/pull/4409
* `ultralytics 8.0.157` fix `unzip_file()` bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4407
* New `ASSETS` and trackers GMC cleanup by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4425
* Docker-python fix for `get_ubuntu_version()` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4430
* Fix conversion ops using `clone` and `copy` by Laughing-q in https://github.com/ultralytics/ultralytics/pull/4438
* Add version tagging to Docker images by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4462
* `ultralytics 8.0.158` add benchmarks to coverage by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4432
* Add TensorBoard graph for model visualization by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4464
* Fix `*.txt` source inference dataloader by GrunCrow in https://github.com/ultralytics/ultralytics/pull/4468
* Tests and docstrings improvements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4475
* Update Validator to use `model` argument by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4480
* `ultralytics 8.0.159` add Classify training `resume` feature by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4482
* Improve `check_imshow()` robustness by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4483
* Add `utils.ops` and `nn.modules` to tests by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4484
* Simplify postprocessing methods by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4497
* `ultralytics 8.0.160` Classify dataset scanning and caching by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4502
* Fix TensorBoard graph `UserWarning` catch by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4513
* `ultralytics 8.0.161` fix Classify dataset scanning bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4515
* Add spaces and non-UTF filenames to tests by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4517
* Minimize GitHub assets API calls by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4523
* Fix Windows non-UTF source filenames by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4524
* `ultralytics 8.0.162` Multi-GPU DDP fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4544
* Update HUB repo to `main` branch by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4549
* Add YOLOv8x-seg-p6.yaml architecture file by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4567
* `ultralytics 8.0.163` add new `gpu-latest` runner to CI actions by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4565
* Add SAM Predictor `remove_small_regions` test by Laughing-q in https://github.com/ultralytics/ultralytics/pull/4576
* Simplify `Results()` class by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4579
* Fix HUBDatasetStats for no-label edge cases by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4583
* Separate GPU CI job in actions by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4584
* Model coverage cleanup by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4585
* Fix pytest `world_size` environment bug by Laughing-q in https://github.com/ultralytics/ultralytics/pull/4590
* Cleanup redundant SAM `forward()` methods by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4591
* Add `Dockerfile-runner` for CI actions runner images by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4595
* `ultralytics 8.0.164` new StreamLoader `stream_buffer` argument by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4596
* Add new `get_save_dir()` function by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4602
* Fix DDP when device is a list by Laughing-q in https://github.com/ultralytics/ultralytics/pull/4600
* Cleanup argument handling in `Model` class by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4614
* `ultralytics 8.0.165` add hyperparameter evolution `Tuner()` class by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4599
* Tests improvements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4616
* `ultralytics 8.0.166` expand `HUBDatasetStats` to Classify tasks by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4635
* Add Roboflow integration guide by capjamesg in https://github.com/ultralytics/ultralytics/pull/4629
* Support FastSAM directory inference and plot by HtwoOtwo in https://github.com/ultralytics/ultralytics/pull/4634
* `ultralytics 8.0.167` Tuner updates and HUB Pose, Classify fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4656
* Add NNCF support in OpenVINO export by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4671
* Docker COPY with checkout `fetch-depth: 0` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4674
* `ultralytics 8.0.168` save `Tuner` results every iteration by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4680
* Failing CUDA tests fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4682
* Set `workers=0` for MPS Train and Val modes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4697
* `ultralytics 8.0.169``TQDM`, `INTERP_LINEAR` and RTDETR `load_image()` updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4704
* Fix FastSAM canvas drawing bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4705
* Faster IoU prediction matching by removing `torch.cat` by yermandy in https://github.com/ultralytics/ultralytics/pull/4708
* Add Dockerfile-conda `FROM continuumio/miniconda3:latest` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4706
* `ultralytics 8.0.170` apply `is_list` fixes for torch.Tensor inputs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4713
* `ultralytics 8.0.171` new SAHI guide and callbacks fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4748
* `ultralytics 8.0.172` faster `LetterBox()` and Classify Tune fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4766
* Add AzureML Quickstart Guides by ouphi in https://github.com/ultralytics/ultralytics/pull/4772
* `ultralytics 8.0.173` fix missing val plots and new Conda Guide by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4783
* `ultralytics 8.0.174` Tuner plots and improvements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4799
* Update YouTube URL https://youtu.be/LNwODJXcvt4 by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4808
* Apply default ConfusionMatrix `conf=0.25` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4813
* `ultralytics 8.0.175` StreamLoader wait for missing frames by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4814
* Add SAHI with YOLOv8 Video Inference Example by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/4847
* `ultralytics 8.0.176` update `Dockerfile-arm64` to 22.04 by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4857
* `ultralytics 8.0.177` add https://youtube.com/ultralytics videos to Docs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4875
* `ultralytics 8.0.178` PyPI deployment fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4891
* Update MANIFEST.in by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4894
* Fix LoadStreams missing frame bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4913
* `ultralytics 8.0.179` base Model class from `nn.Module` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4911
* `ultralytics 8.0.180` PyPI fixes for YAML and JPG files by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4914
* Bump contributor-assistant/github-action from 2.3.0 to 2.3.1 by dependabot in https://github.com/ultralytics/ultralytics/pull/4950
* YOLOv8 Counting with Multiple Movable Regions Example by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/4929
* `ultralytics 8.0.181` RTDETR, MLFlow fixes and Examples updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4927
* Fix Ray 2.7.0 breaking changes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4964
* `ultralytics 8.0.182` remove deprecated `pkg_resources` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4979
* Update matplotlib backend switching by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4987
* `ultralytics 8.0.183` RayTune and `yolo checks` fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5002
* `ultralytics 8.0.184` https://yolovision.ultralytics.com #YV23 by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5004
* `ultralytics 8.0.184` https://yolovision.ultralytics.com #YV23 by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5008
* `ultralytics 8.0.185` dependencies and tests fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5046
* `ultralytics 8.0.186` add Open Images V7 models by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5070
* `ultralytics 8.0.187` deprecate `ultralytics.yolo` usage by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5084
* `ultralytics 8.0.188` fix .grad attribute leaf Tensor Warning by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5094
* `ultralytics 8.0.189` pin `tensorflow<=2.13.0` to avoid `tflite_support` bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5140
* `ultralytics 8.0.190` add `thop>=0.1.1` to requirements.txt by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5162
* `ultralytics 8.0.191` fix `yolo checks` for missing packages by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5179
* `ultralytics 8.0.192` improved vectorized Pose loss by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5207
* Add Tiger-Pose dataset for animal pose examples by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/5225
* `ultralytics 8.0.193` add Raspberry Pi guide to Docs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5230
* Conda CI and Metric docstring updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5233
* `ultralytics 8.0.194` add YOLO common issues guide to Docs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5248
* `ultralytics 8.0.195` NVIDIA Triton Inference Server support by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5257
* Add `docformatter` to pre-commit by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5279
* `ultralytics 8.0.196` instance-mean Segment loss by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5285
* Implement all missing docstrings by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5298
* `ultralytics 8.0.197` save P, R, F1 curves to metrics by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5354
* `ultralytics 8.0.198` MLflow fix, tests and Docs page by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5357
* `ulralytics 8.0.199` *.npy image loading exception handling by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5683
* Add Quickstart Docs YouTube video by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5733
* `ultralytics 8.0.200` move `on_val_start` callback for training by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5790
* Add docs `Ultralytics 文档: - zh/index.md` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5871
* Docs links `alt` tags by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5879
* `ultralytics 8.0.201` docs alt tags and fonts updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5886
* `ultralytics 8.0.202` sort Triton model outputs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/5945
* Fix `tracks=None` bug in YOLOv8-Region-Counting module by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/5977
* Add docs/guides/performance-metrics.md by abirami-vina in https://github.com/ultralytics/ultralytics/pull/5987
* Resolve python argparse DDP bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6009
* `ultralytics 8.0.203` DDP argparse and Tracker fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6007
* `ultralytics 8.0.204` Segment ONNX Runtime example by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6088
* `ultralytics 8.0.205` HUB dataset downloads fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6101
* `ultralytics 8.0.206` engine Trainer updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6111
* Add Tasks Docs YouTube video by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/6127
* Improve path traversal security vulnerability by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6138
* `ultralytics 8.0.207` fix `model.track(persist=True)` bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6145
* Create deployment-options.md by abirami-vina in https://github.com/ultralytics/ultralytics/pull/6160
* `ultralytics 8.0.208` automatic thread-safe inference by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6185
* Add Chinese Modes and Tasks Docs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6274
* Add Docs languages `zh, es, ru, pt, fr, de, ja, ko` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6316
* Docs automatic light/dark mode by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6287
* Fix broken docs language links by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6323
* Fix SAM CLI stem usage by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6257
* `ultralytics 8.0.209` fix P6 model validation by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6261
* `ultralytics 8.0.210` docs updates and bug fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6365
* Add QuickStart Docs YouTube video by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/6384
* Create comet-ml.md by abirami-vina in https://github.com/ultralytics/ultralytics/pull/6229
* `ultralytics 8.0.211` README language links by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6370
* `ultralytics 8.0.212` add Windows UTF-8 support by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6407
* Add Hindi हिन्दी and Arabic العربية Docs translations by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6428
* Fix Hindi हिन्दी and Arabic العربية Docs links by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6431
* FA CSS fix for MkDocs share buttons by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6437
* Update Docs with iframe navigation by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6440
* Isolate YouTube to `--slow` tests on schedule by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6441
* `ultralytics 8.0.213` NVIDIA Triton gRPC fix by validatedev in https://github.com/ultralytics/ultralytics/pull/6443
* `ultralytics 8.0.214` Windows UTF-8 notebook fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6459
* `ultralytics 8.0.215` Windows UTF-8 fix 2 by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6463
* Add `tensorflow<=2.13.1` checks and comments by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6466
* Update notebooks with docs languages by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6469
* Fix FastSAM text prompt results by sulthansf in https://github.com/ultralytics/ultralytics/pull/6510
* Update https://docs.ultralytics.com/models by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6513
* `ultralytics 8.0.216` fix hard-coded `batch=64` cls loss by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6523
* Fix docs links by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6537
* Fix link hi/models link by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6554
* Add `--classes` arg in YOLOv8 Region Counter + optimize by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/6568
* `ultralytics 8.0.217` HUB YAML `path` improvements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6556
* `ultralytics 8.0.217` HUB YAML `path` improvements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6570
* Update build_docs.py for page titles by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6574
* Update docs predict, buttons, reference by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6585
* `ultralytics 8.0.218` fix streaming predictor list init by S-kewen in https://github.com/ultralytics/ultralytics/pull/6578
* [Example] YOLOv8-ONNXRuntime-Rust example by jamjamjon in https://github.com/ultralytics/ultralytics/pull/6583
* `ultralytics 8.0.219` new `save_frames=False` predict arg by tensorturtle in https://github.com/ultralytics/ultralytics/pull/6396
* Add missing HTML image alt tags by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6611
* New Docs Guide: Isolating Segmentation Objects by Burhan-Q in https://github.com/ultralytics/ultralytics/pull/6587
* `ultralytics 8.0.220` fix UnboundLocalError in tuner.py by mshamrai in https://github.com/ultralytics/ultralytics/pull/6614
* Add ClearML Docs integrations page by abirami-vina in https://github.com/ultralytics/ultralytics/pull/6636
* Add Tiger-Pose dataset YouTube video to Docs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6660
* Pre-download `onnx2tf` calib file to preempt S3 issues by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6669
* Fix `unzip_file()` to directory issue by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6666
* Add DVC Docs integrations page by abirami-vina in https://github.com/ultralytics/ultralytics/pull/6667
* `ultralytics 8.0.221` fix Apple MPS inference bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6694
* Fix `convert_coco()` box-segment discarding by Ileal16 in https://github.com/ultralytics/ultralytics/pull/6689
* Update Tuner() attempt metrics save on crash by finlaymorrison in https://github.com/ultralytics/ultralytics/pull/6711
* Add train loss and lr to loggers by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6732
* Add real-world projects in Ultralytics + `guides` in Docs by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/6695
* [Snyk] Fix for 2 vulnerabilities by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6524
* Docs cleanup and Google-style tracker docstrings by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6751
* Add new `yolov8-ghost.yaml` model by Burhan-Q in https://github.com/ultralytics/ultralytics/pull/6749
* `ultralytics 8.0.222` introduce new `ultralytics.solutions` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6759
* Add ResNet50 and ResNet101 backbone RTDETR models by WangQvQ in https://github.com/ultralytics/ultralytics/pull/6661
* Add HeatMap `guide` in real-world-projects + Code in Solutions Directory by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/6796
* `ultralytics 8.0.223` add YOLOv8-Ghost P2 and P6 variants by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6826
* Fix ONNX GPU inference bug by WangQvQ in https://github.com/ultralytics/ultralytics/pull/6840
* `ultralytics 8.0.224` Counting and Heatmaps updates by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6855
* `ultralytics 8.0.225` multi-video tracker bug fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6862
* Embed videos in Docs pages using Parent pages for relevant segments by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/6877
* Add C++ Classify inference example by DennisJcy in https://github.com/ultralytics/ultralytics/pull/6868
* Add horizontal Mosaic3 augmentation by Leo-Moooon in https://github.com/ultralytics/ultralytics/pull/6898
* `ultralytics 8.0.226` Validator Path and Tuner space by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6901
* Update Docs language dropdown height by sergiuwaxmann in https://github.com/ultralytics/ultralytics/pull/6927
* `ultralytics 8.0.227` respect `defaults.yaml` data by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/6935
* Pin `jax` and `jaxlib` to fix `tensorflowjs` exports by Laughing-q in https://github.com/ultralytics/ultralytics/pull/6988
* Add quantization support to TensorFlow.js converter by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7008
* Fix PNNX `ubuntu` -> `linux` bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7050
* Add `instance segmentation` and `vision-eye mapping` in Docs + Fix minor code bug in other `real-world-projects` by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/6972
* Update the `heatmap` module code + docs by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/7045
* Bump github/codeql-action from 2 to 3 in /.github/workflows by dependabot in https://github.com/ultralytics/ultralytics/pull/7041
* `ultralytics 8.0.228` add training `time` argument by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7054
* Fix docs links by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7096
* Add YOLOv8 LibTorch C++ inference example by Myyura in https://github.com/ultralytics/ultralytics/pull/7090
* Add line counting and circular heatmaps in Ultralytics Solutions by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/7113
* `ultralytics 8.0.229` add `model.embed()` method by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7098
* Embed `Heatmaps` YouTube video in Ultralytics `Docs` by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/7129
* `ultralytics 8.0.230` TensorRT export hang fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7180
* Fix docs H1 tags by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7182
* Add Weights & Biases Docs integrations page by abirami-vina in https://github.com/ultralytics/ultralytics/pull/7199
* `ultralytics 8.0.231` use new `pyproject.toml` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7185
* Dockerfile-jetson `pyproject.toml` OpenCV fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7214
* Fix heatmaps width-height order bug by WangQvQ in https://github.com/ultralytics/ultralytics/pull/7184
* Add Neural Magic Docs integrations page by abirami-vina in https://github.com/ultralytics/ultralytics/pull/7234
* Update Docs Home and Neural Magic pages by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7243
* Fix RTDETR generate anchor grid out of boundary by ZiQiangXie in https://github.com/ultralytics/ultralytics/pull/7247
* Add TensorBoard Docs integrations page by abirami-vina in https://github.com/ultralytics/ultralytics/pull/7248
* `ultralytics 8.0.232` OpenCV 4.9.0 readonly np.array fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7256
* `ultralytics 8.0.233` improve Classify train augmentations by fcakyon in https://github.com/ultralytics/ultralytics/pull/4546
* Add Amazon Sagemaker Docs integrations page by abirami-vina in https://github.com/ultralytics/ultralytics/pull/7293
* `ultralytics 8.0.234` VOC `exist_ok=True` unzip fix by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7295
* Update inference.cpp (bug) by umitkacar in https://github.com/ultralytics/ultralytics/pull/7279
* Update `pyproject.toml` and Docs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7274
* `ultralytics 8.0.235` YOLOv8 OBB train, val, predict and export by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/4499
* Pass callbacks to validator by ThomasDeLange in https://github.com/ultralytics/ultralytics/pull/7320
* Add `speed_estimation` and `distance_calculation` in ultralytics solutions by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/7325
* Fixed RTDETR GFLOPs bug by WangQvQ in https://github.com/ultralytics/ultralytics/pull/7309
* Fix Multi-GPU resume bug by sunmooncode in https://github.com/ultralytics/ultralytics/pull/7328
* Update `neural-magic.md` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7347
* Add docs links to all dataset YAMLs by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7360
* `ultralytics 8.0.236` dataset semantic & SQL search API by AyushExel in https://github.com/ultralytics/ultralytics/pull/7136
* Explorer Cleanup by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7364
* Docs partial mdformat improvements by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7378
* Add new YOLOv8 OBB model metrics by Laughing-q in https://github.com/ultralytics/ultralytics/pull/7379
* `ultralytics 8.0.237` `cv2.CAP_PROP` fix and `in_counts` and `out_counts` displays by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7380
* Capitalize OBB acronym by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7383
* Fix OBB xywh-angle concatenation bug by Laughing-q in https://github.com/ultralytics/ultralytics/pull/7404
* Add type hinting to explorer.py by Burhan-Q in https://github.com/ultralytics/ultralytics/pull/7388
* Add `dota8.yaml` and OBB tests by Laughing-q in https://github.com/ultralytics/ultralytics/pull/7394
* YOLOv8 INT8 TFLite Inference Example by wamiqraza in https://github.com/ultralytics/ultralytics/pull/7317
* `ultralytics 8.0.238` Explorer Ask AI feature and fixes by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7408
* Add OBB models to `GITHUB_ASSET_NAMES` by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7425
* Add object blurring & object cropping modules in Ultralytics docs by RizwanMunawar in https://github.com/ultralytics/ultralytics/pull/7434
* Docs updates: Add Explorer to tab, YOLOv5 in Guides and Usage in Quickstart by AyushExel in https://github.com/ultralytics/ultralytics/pull/7438
* Feature: Create HUB Models from CLI or Python Script by kalenmike in https://github.com/ultralytics/ultralytics/pull/7316
* Add OBB `save_txt` feature by Laughing-q in https://github.com/ultralytics/ultralytics/pull/7450
* `ultralytics 8.0.239` Ultralytics Actions and `hub-sdk` adoption by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7431
* Fix docker.yaml double-quote version bug by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7452
* Add missing Explorer docs reference pages by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7455
* Update format.yml to pull_request_target by glenn-jocher in https://github.com/ultralytics/ultralytics/pull/7460