mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 21:44:22 +08:00
45 lines
923 B
Markdown
45 lines
923 B
Markdown
---
|
|
description: 'Discover the power of YOLO''s plotting functions: Colors, Labels and Images. Code examples to output targets and visualize features. Check it now.'
|
|
keywords: YOLO, object detection, plotting, visualization, annotator, save one box, plot results, feature visualization, Ultralytics
|
|
---
|
|
|
|
# Colors
|
|
---
|
|
:::ultralytics.yolo.utils.plotting.Colors
|
|
<br><br>
|
|
|
|
# Annotator
|
|
---
|
|
:::ultralytics.yolo.utils.plotting.Annotator
|
|
<br><br>
|
|
|
|
# plot_labels
|
|
---
|
|
:::ultralytics.yolo.utils.plotting.plot_labels
|
|
<br><br>
|
|
|
|
# save_one_box
|
|
---
|
|
:::ultralytics.yolo.utils.plotting.save_one_box
|
|
<br><br>
|
|
|
|
# plot_images
|
|
---
|
|
:::ultralytics.yolo.utils.plotting.plot_images
|
|
<br><br>
|
|
|
|
# plot_results
|
|
---
|
|
:::ultralytics.yolo.utils.plotting.plot_results
|
|
<br><br>
|
|
|
|
# output_to_target
|
|
---
|
|
:::ultralytics.yolo.utils.plotting.output_to_target
|
|
<br><br>
|
|
|
|
# feature_visualization
|
|
---
|
|
:::ultralytics.yolo.utils.plotting.feature_visualization
|
|
<br><br>
|