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>
This commit is contained in:
parent
8ebe94d1e9
commit
620f3eb218
383 changed files with 4213 additions and 4646 deletions
119
docs/reference/utils/callbacks/comet.md
Normal file
119
docs/reference/utils/callbacks/comet.md
Normal file
|
|
@ -0,0 +1,119 @@
|
|||
## _get_comet_mode
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._get_comet_mode
|
||||
<br><br>
|
||||
|
||||
## _get_comet_model_name
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._get_comet_model_name
|
||||
<br><br>
|
||||
|
||||
## _get_eval_batch_logging_interval
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._get_eval_batch_logging_interval
|
||||
<br><br>
|
||||
|
||||
## _get_max_image_predictions_to_log
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._get_max_image_predictions_to_log
|
||||
<br><br>
|
||||
|
||||
## _scale_confidence_score
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._scale_confidence_score
|
||||
<br><br>
|
||||
|
||||
## _should_log_confusion_matrix
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._should_log_confusion_matrix
|
||||
<br><br>
|
||||
|
||||
## _should_log_image_predictions
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._should_log_image_predictions
|
||||
<br><br>
|
||||
|
||||
## _get_experiment_type
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._get_experiment_type
|
||||
<br><br>
|
||||
|
||||
## _create_experiment
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._create_experiment
|
||||
<br><br>
|
||||
|
||||
## _fetch_trainer_metadata
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._fetch_trainer_metadata
|
||||
<br><br>
|
||||
|
||||
## _scale_bounding_box_to_original_image_shape
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._scale_bounding_box_to_original_image_shape
|
||||
<br><br>
|
||||
|
||||
## _format_ground_truth_annotations_for_detection
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._format_ground_truth_annotations_for_detection
|
||||
<br><br>
|
||||
|
||||
## _format_prediction_annotations_for_detection
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._format_prediction_annotations_for_detection
|
||||
<br><br>
|
||||
|
||||
## _fetch_annotations
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._fetch_annotations
|
||||
<br><br>
|
||||
|
||||
## _create_prediction_metadata_map
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._create_prediction_metadata_map
|
||||
<br><br>
|
||||
|
||||
## _log_confusion_matrix
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._log_confusion_matrix
|
||||
<br><br>
|
||||
|
||||
## _log_images
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._log_images
|
||||
<br><br>
|
||||
|
||||
## _log_image_predictions
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._log_image_predictions
|
||||
<br><br>
|
||||
|
||||
## _log_plots
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._log_plots
|
||||
<br><br>
|
||||
|
||||
## _log_model
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet._log_model
|
||||
<br><br>
|
||||
|
||||
## on_pretrain_routine_start
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet.on_pretrain_routine_start
|
||||
<br><br>
|
||||
|
||||
## on_train_epoch_end
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet.on_train_epoch_end
|
||||
<br><br>
|
||||
|
||||
## on_fit_epoch_end
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet.on_fit_epoch_end
|
||||
<br><br>
|
||||
|
||||
## on_train_end
|
||||
---
|
||||
### ::: ultralytics.utils.callbacks.comet.on_train_end
|
||||
<br><br>
|
||||
Loading…
Add table
Add a link
Reference in a new issue