ultralytics 8.0.141 create new SettingsManager (#3790)

This commit is contained in:
Glenn Jocher
2023-07-23 16:03:34 +02:00
committed by GitHub
parent 42afe772d5
commit 20f5efd40a
215 changed files with 917 additions and 749 deletions

View File

@ -28,6 +28,11 @@ keywords: Ultralytics, Utils, utilitarian functions, colorstr, yaml_save, set_lo
### ::: ultralytics.utils.TryExcept
<br><br>
## SettingsManager
---
### ::: ultralytics.utils.SettingsManager
<br><br>
## plt_settings
---
### ::: ultralytics.utils.plt_settings
@ -148,14 +153,9 @@ keywords: Ultralytics, Utils, utilitarian functions, colorstr, yaml_save, set_lo
### ::: ultralytics.utils.set_sentry
<br><br>
## get_settings
## update_dict_recursive
---
### ::: ultralytics.utils.get_settings
<br><br>
## set_settings
---
### ::: ultralytics.utils.set_settings
### ::: ultralytics.utils.update_dict_recursive
<br><br>
## deprecation_warn
@ -171,4 +171,4 @@ keywords: Ultralytics, Utils, utilitarian functions, colorstr, yaml_save, set_lo
## url2file
---
### ::: ultralytics.utils.url2file
<br><br>
<br><br>

View File

@ -11,4 +11,4 @@ keywords: Ultralytics, check_train_batch_size, autobatch, utility, machine learn
## autobatch
---
### ::: ultralytics.utils.autobatch.autobatch
<br><br>
<br><br>

View File

@ -11,4 +11,4 @@ keywords: Ultralytics, ProfileModels, benchmarks, model profiling, performance o
## benchmark
---
### ::: ultralytics.utils.benchmarks.benchmark
<br><br>
<br><br>

View File

@ -136,4 +136,4 @@ keywords: Ultralytics, Callbacks, On-train, On-validation, On-pretrain, On-predi
## add_integration_callbacks
---
### ::: ultralytics.utils.callbacks.base.add_integration_callbacks
<br><br>
<br><br>

View File

@ -36,4 +36,4 @@ keywords: Ultralytics, clearML, callbacks, pretrain routine start, validation en
## on_train_end
---
### ::: ultralytics.utils.callbacks.clearml.on_train_end
<br><br>
<br><br>

View File

@ -121,4 +121,4 @@ keywords: Ultralytics, Comet Callbacks, Training optimisation, Logging, Experime
## on_train_end
---
### ::: ultralytics.utils.callbacks.comet.on_train_end
<br><br>
<br><br>

View File

@ -51,4 +51,4 @@ keywords: Ultralytics, YOLO, callbacks, logger, training, pretraining, machine l
## on_train_end
---
### ::: ultralytics.utils.callbacks.dvc.on_train_end
<br><br>
<br><br>

View File

@ -41,4 +41,4 @@ keywords: Ultralytics, callbacks, on_pretrain_routine_end, on_model_save, on_tra
## on_export_start
---
### ::: ultralytics.utils.callbacks.hub.on_export_start
<br><br>
<br><br>

View File

@ -16,4 +16,4 @@ keywords: Ultralytics, MLflow, Callbacks, on_pretrain_routine_end, on_train_end,
## on_train_end
---
### ::: ultralytics.utils.callbacks.mlflow.on_train_end
<br><br>
<br><br>

View File

@ -41,4 +41,4 @@ keywords: Ultralytics, Neptune callbacks, on_train_epoch_end, on_val_end, _log_p
## on_train_end
---
### ::: ultralytics.utils.callbacks.neptune.on_train_end
<br><br>
<br><br>

View File

@ -6,4 +6,4 @@ keywords: Ultralytics, YOLO, on_fit_epoch_end, callbacks, documentation, deep le
## on_fit_epoch_end
---
### ::: ultralytics.utils.callbacks.raytune.on_fit_epoch_end
<br><br>
<br><br>

View File

@ -21,4 +21,4 @@ keywords: Ultralytics, YOLO, documentation, callback utilities, log_scalars, on_
## on_fit_epoch_end
---
### ::: ultralytics.utils.callbacks.tensorboard.on_fit_epoch_end
<br><br>
<br><br>

View File

@ -26,4 +26,4 @@ keywords: Ultralytics, callbacks, _log_plots, on_fit_epoch_end, on_train_end
## on_train_end
---
### ::: ultralytics.utils.callbacks.wb.on_train_end
<br><br>
<br><br>

View File

@ -91,4 +91,4 @@ keywords: Ultralytics, utility checks, ASCII, check_version, pip_update, check_p
## print_args
---
### ::: ultralytics.utils.checks.print_args
<br><br>
<br><br>

View File

@ -21,4 +21,4 @@ keywords: Ultralytics, DDP, DDP utility functions, Distributed Data Processing,
## ddp_cleanup
---
### ::: ultralytics.utils.dist.ddp_cleanup
<br><br>
<br><br>

View File

@ -36,4 +36,4 @@ keywords: Ultralytics, YOLO, download utilities, is_url, check_disk_space, get_g
## download
---
### ::: ultralytics.utils.downloads.download
<br><br>
<br><br>

View File

@ -6,4 +6,4 @@ keywords: Ultralytics, HUBModelError, Machine Learning, Error troubleshooting, U
## HUBModelError
---
### ::: ultralytics.utils.errors.HUBModelError
<br><br>
<br><br>

View File

@ -8,6 +8,11 @@ keywords: Ultralytics, utility functions, file operations, working directory, fi
### ::: ultralytics.utils.files.WorkingDirectory
<br><br>
## spaces_in_path
---
### ::: ultralytics.utils.files.spaces_in_path
<br><br>
## increment_path
---
### ::: ultralytics.utils.files.increment_path
@ -36,4 +41,4 @@ keywords: Ultralytics, utility functions, file operations, working directory, fi
## make_dirs
---
### ::: ultralytics.utils.files.make_dirs
<br><br>
<br><br>

View File

@ -16,4 +16,4 @@ keywords: Ultralytics, Bboxes, _ntuple, utility, ultralytics utils.instance
## _ntuple
---
### ::: ultralytics.utils.instance._ntuple
<br><br>
<br><br>

View File

@ -41,4 +41,4 @@ keywords: Ultralytics, Loss functions, VarifocalLoss, BboxLoss, v8DetectionLoss,
## v8ClassificationLoss
---
### ::: ultralytics.utils.loss.v8ClassificationLoss
<br><br>
<br><br>

View File

@ -91,4 +91,4 @@ keywords: Ultralytics, YOLO, YOLOv3, YOLOv4, metrics, confusion matrix, detectio
## ap_per_class
---
### ::: ultralytics.utils.metrics.ap_per_class
<br><br>
<br><br>

View File

@ -141,4 +141,4 @@ keywords: Ultralytics YOLO, Utility Operations, segment2box, make_divisible, cli
## clean_str
---
### ::: ultralytics.utils.ops.clean_str
<br><br>
<br><br>

View File

@ -21,4 +21,4 @@ keywords: Ultralytics, Utils, Patches, imread, imshow, torch_save, image process
## torch_save
---
### ::: ultralytics.utils.patches.torch_save
<br><br>
<br><br>

View File

@ -41,4 +41,4 @@ keywords: Ultralytics, plotting, utils, color annotation, label plotting, image
## feature_visualization
---
### ::: ultralytics.utils.plotting.feature_visualization
<br><br>
<br><br>

View File

@ -31,4 +31,4 @@ keywords: Ultralytics, task aligned assigner, select highest overlaps, make anch
## bbox2dist
---
### ::: ultralytics.utils.tal.bbox2dist
<br><br>
<br><br>

View File

@ -136,4 +136,4 @@ keywords: Ultralytics, Torch Utils, Model EMA, Early Stopping, Smart Inference,
## profile
---
### ::: ultralytics.utils.torch_utils.profile
<br><br>
<br><br>

View File

@ -6,4 +6,4 @@ keywords: Ultralytics, run_ray_tune, machine learning tuning, machine learning e
## run_ray_tune
---
### ::: ultralytics.utils.tuner.run_ray_tune
<br><br>
<br><br>